We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b935bb commit 56e91d5Copy full SHA for 56e91d5
internal_deps.bzl
@@ -61,11 +61,11 @@ def rules_py_internal_deps():
61
# Aspect gcc toolchain for RBE
62
http_archive(
63
name = "aspect_gcc_toolchain",
64
- sha256 = "7393082a7717d284aa51998b57f5846ae9a9b607d220972df1356e46a35f4ecc",
+ sha256 = "e8f6807f4d417220491435021f06ca8ee144d8608bec6a04b334e6fa8a2e0e5a",
65
urls = [
66
- "https://github.com/aspect-build/gcc-toolchain/archive/ac745d4685e2095cc4f057862800f3f0a473c201.zip",
+ "https://github.com/aspect-build/gcc-toolchain/archive/4a03b37c33a043c55be9dc373c7a07095d13d400.zip",
67
],
68
- strip_prefix = "gcc-toolchain-ac745d4685e2095cc4f057862800f3f0a473c201",
+ strip_prefix = "gcc-toolchain-4a03b37c33a043c55be9dc373c7a07095d13d400",
69
)
70
71
0 commit comments