We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c2112 commit 529030bCopy full SHA for 529030b
internal_deps.bzl
@@ -70,11 +70,11 @@ def rules_py_internal_deps():
70
# Aspect gcc toolchain for RBE
71
http_archive(
72
name = "aspect_gcc_toolchain",
73
- sha256 = "b843608fccbbd163071be0463c82e18f3b96ba220fafe4b46e5ffe8579664390",
+ sha256 = "17cdf48b2cda54d248039d4176ad40fdfb8f1ca2377485e7549aca1762b74cd4",
74
urls = [
75
- "https://github.com/aspect-build/gcc-toolchain/archive/70a8c93b7f84077b1d952647ef967d8ae55554c8.zip",
+ "https://github.com/aspect-build/gcc-toolchain/archive/e2a34698bd20c7a2f771586ddfcf504330b77a97.zip",
76
],
77
- strip_prefix = "gcc-toolchain-70a8c93b7f84077b1d952647ef967d8ae55554c8",
+ strip_prefix = "gcc-toolchain-e2a34698bd20c7a2f771586ddfcf504330b77a97",
78
)
79
80
0 commit comments