Skip to content

Commit cb138ac

Browse files
committed
Use bullseye-sysroot-v4
1 parent 18ed9ee commit cb138ac

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

cc/repositories.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,30 +136,30 @@ def aarch64_sysroot():
136136
maybe(
137137
http_archive,
138138
name = "aarch64-sysroot",
139-
sha256 = "d4f19fe984cfc413d5e7041c44241f536b33b76a8b49569edbcfdc0d405d30ee",
139+
sha256 = "edb3599237a755287a3ca3c94bdd64eb7552b768e927a9d125473d0b846f91f4",
140140
build_file_content = """
141141
filegroup(
142142
name = "aarch64-sysroot",
143143
srcs = glob(["*/**"]),
144144
visibility = ["//visibility:public"],
145145
)
146146
""",
147-
url = "https://github.com/swift-nav/swift-toolchains/releases/download/bullseye-sysroot-beta4/debian_bullseye_aarch64_sysroot.tar.xz",
147+
url = "https://github.com/swift-nav/swift-toolchains/releases/download/bullseye-sysroot-v4/debian_bullseye_aarch64_sysroot.tar.xz",
148148
)
149149

150150
def x86_64_sysroot():
151151
maybe(
152152
http_archive,
153153
name = "x86_64-sysroot",
154-
sha256 = "0b102b840f5d93072b8dd3049e7b231092e9d354b855c3beac46b4ecfd718916",
154+
sha256 = "4235d41632c677d0c71e8e3b40abcf2b67e991e6b66a08cdf9d1e54a54de8869",
155155
build_file_content = """
156156
filegroup(
157157
name = "x86_64-sysroot",
158158
srcs = glob(["*/**"]),
159159
visibility = ["//visibility:public"],
160160
)
161161
""",
162-
url = "https://github.com/swift-nav/swift-toolchains/releases/download/bullseye-sysroot-beta4/debian_bullseye_x86_64_sysroot.tar.xz",
162+
url = "https://github.com/swift-nav/swift-toolchains/releases/download/bullseye-sysroot-v4/debian_bullseye_x86_64_sysroot.tar.xz",
163163
)
164164

165165
def register_swift_cc_toolchains():

examples/small_world/MODULE.bazel.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)