Skip to content

Commit 2d55887

Browse files
committed
Pre-commit changes
1 parent 8a27401 commit 2d55887

File tree

5 files changed

+14
-16
lines changed

5 files changed

+14
-16
lines changed

MODULE.bazel

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ use_repo(bazel_lib_toolchains, "bsd_tar_toolchains")
2121

2222
single_version_override(
2323
module_name = "rules_cc",
24-
version = "0.2.11",
25-
patches = ["//bazel/patches:rules_cc_visibility.patch"],
2624
patch_strip = 1,
25+
patches = ["//bazel/patches:rules_cc_visibility.patch"],
26+
version = "0.2.11",
2727
)
2828

2929
tools = use_extension("//py:extensions.bzl", "py_tools")
@@ -94,12 +94,12 @@ bazel_dep(name = "toolchains_llvm_bootstrapped", version = "0.2.5", dev_dependen
9494
archive_override(
9595
module_name = "toolchains_llvm_bootstrapped",
9696
integrity = "sha256-+nddimV34BYO8YExiKLYG2kMoA2Sv+5ZoMRPQLJxNfE=",
97-
strip_prefix = "toolchains_llvm_bootstrapped-121c8419394e76b5652c161369743c564799b2e3",
98-
urls = ["https://github.com/cerisier/toolchains_llvm_bootstrapped/archive/121c8419394e76b5652c161369743c564799b2e3/master.tar.gz"],
9997
patch_strip = 1,
10098
patches = [
10199
"//bazel/patches:llvm_darwin_sysroot.patch",
102100
],
101+
strip_prefix = "toolchains_llvm_bootstrapped-121c8419394e76b5652c161369743c564799b2e3",
102+
urls = ["https://github.com/cerisier/toolchains_llvm_bootstrapped/archive/121c8419394e76b5652c161369743c564799b2e3/master.tar.gz"],
103103
)
104104

105105
register_toolchains(
@@ -118,15 +118,14 @@ rust = use_extension(
118118
)
119119
rust.toolchain(
120120
edition = "2024",
121-
versions = ["1.88.0"],
122121
extra_target_triples = [
123122
"aarch64-apple-darwin",
124123
"x86_64-apple-darwin",
125124
"aarch64-unknown-linux-musl",
126125
"x86_64-unknown-linux-musl",
127126
],
127+
versions = ["1.88.0"],
128128
)
129-
130129
use_repo(rust, "rust_toolchains")
131130

132131
register_toolchains("@rust_toolchains//:all")

bazel/include/llvm.MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ bazel_dep(name = "toolchains_llvm_bootstrapped", version = "0.2.5", dev_dependen
44
archive_override(
55
module_name = "toolchains_llvm_bootstrapped",
66
integrity = "sha256-+nddimV34BYO8YExiKLYG2kMoA2Sv+5ZoMRPQLJxNfE=",
7-
strip_prefix = "toolchains_llvm_bootstrapped-121c8419394e76b5652c161369743c564799b2e3",
8-
urls = ["https://github.com/cerisier/toolchains_llvm_bootstrapped/archive/121c8419394e76b5652c161369743c564799b2e3/master.tar.gz"],
97
patch_strip = 1,
108
patches = [
119
"//bazel/patches:llvm_darwin_sysroot.patch",
1210
],
11+
strip_prefix = "toolchains_llvm_bootstrapped-121c8419394e76b5652c161369743c564799b2e3",
12+
urls = ["https://github.com/cerisier/toolchains_llvm_bootstrapped/archive/121c8419394e76b5652c161369743c564799b2e3/master.tar.gz"],
1313
)
1414

1515
register_toolchains(

bazel/include/rust.MODULE.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ rust = use_extension(
88
)
99
rust.toolchain(
1010
edition = "2024",
11-
versions = ["1.88.0"],
1211
extra_target_triples = [
1312
"aarch64-apple-darwin",
1413
"x86_64-apple-darwin",
1514
"aarch64-unknown-linux-musl",
1615
"x86_64-unknown-linux-musl",
1716
],
17+
versions = ["1.88.0"],
1818
)
19-
2019
use_repo(rust, "rust_toolchains")
2120

2221
register_toolchains("@rust_toolchains//:all")

py/tests/py_venv_image_layer/my_app_amd64_layers_listing.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2521,9 +2521,9 @@ files:
25212521
- drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/
25222522
- drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/
25232523
- -rwxr-xr-x 0 0 0 2503 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/activate
2524-
- -rwxr-xr-x 0 0 0 799896 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/python
2525-
- -rwxr-xr-x 0 0 0 799896 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/python3
2526-
- -rwxr-xr-x 0 0 0 799896 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/python3.9
2524+
- -rwxr-xr-x 0 0 0 830912 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/python
2525+
- -rwxr-xr-x 0 0 0 830912 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/python3
2526+
- -rwxr-xr-x 0 0 0 830912 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/python3.9
25272527
- drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/
25282528
- drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/
25292529
- -rwxr-xr-x 0 0 0 348 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/pyvenv.cfg

py/tests/py_venv_image_layer/my_app_arm64_layers_listing.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2502,9 +2502,9 @@ files:
25022502
- drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/
25032503
- drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/
25042504
- -rwxr-xr-x 0 0 0 2503 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/activate
2505-
- -rwxr-xr-x 0 0 0 871208 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/python
2506-
- -rwxr-xr-x 0 0 0 871208 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/python3
2507-
- -rwxr-xr-x 0 0 0 871208 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/python3.9
2505+
- -rwxr-xr-x 0 0 0 837744 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/python
2506+
- -rwxr-xr-x 0 0 0 837744 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/python3
2507+
- -rwxr-xr-x 0 0 0 837744 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/bin/python3.9
25082508
- drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/
25092509
- drwxr-xr-x 0 0 0 0 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/lib/python3.9/
25102510
- -rwxr-xr-x 0 0 0 349 Jan 1 2023 ./py/tests/py_venv_image_layer/my_app_bin.runfiles/_main/py/tests/py_venv_image_layer/.my_app_bin/pyvenv.cfg

0 commit comments

Comments
 (0)