• Home
  • Raw
  • Download

Lines Matching +full:build +full:- +full:zstd +full:- +full:dll

7 #    http://www.apache.org/licenses/LICENSE-2.0
53 …"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.3.0/bazel-skyli…
54 … "https://github.com/bazelbuild/bazel-skylib/releases/download/1.3.0/bazel-skylib-1.3.0.tar.gz",
126 working_directory = "zstd-{version}".format(version = rctx.attr.zstd_version)
129 [which_with_fail("make", rctx), "--jobs=4"],
136 … "Failed to compile 'zstd' from source for use in Python interpreter extraction. " +
140 zstd = "{working_directory}/zstd".format(working_directory = working_directory)
142 rctx.symlink(zstd, unzstd)
146 "--extract",
147 "--strip-components=2",
148 "--use-compress-program={unzstd}".format(unzstd = unzstd),
149 "--file={}".format(release_filename),
180 # Make the Python installation read-only.
185 exec_result = rctx.execute([which_with_fail("chmod", rctx), "-R", "ugo-w", lib_dir])
187 … fail_msg = "Failed to make interpreter installation read-only. 'chmod' error msg: {}".format(
193 exec_result = rctx.execute([which_with_fail("id", rctx), "-u"])
195 fail("Could not determine current user ID. 'id -u' error msg: {}".format(
200 …fail("The current user is root, please run as non-root when using the hermetic Python interpreter.…
233 "*.dll",
280 # Platform-agnostic filegroup can't match on all patterns.
315 "@platforms//os:windows": ["python3.dll", "libs/python{python_version_nodot}.lib"],
361 rctx.file("BUILD.bazel", build_content)
409 (https://bazel.build/reference/be/python#py_runtime.coverage_tool).
462 … default = "https://github.com/facebook/zstd/releases/download/v{version}/zstd-{version}.tar.gz",
483 - Create a repository for each built-in platform like "python_linux_amd64" -
485 - Create a repository exposing toolchains for each platform like
487 - Register a toolchain pointing at each platform.
616 # We register the default version lastly so that it's not picked first when --platforms