Skip to content

Commit 4b7740e

Browse files
authored
examples: switch bison to the bazel mirror (#1521)
The ftpmirror.gnu.org redirect service is unreliable and has been timing out in CI, breaking every build that touches bison or mesa. Switch to the bazel.build mirror of the xz archive instead.
1 parent 20da088 commit 4b7740e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/third_party/bison/bison_repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def bison_repositories():
1111
build_file = Label("//bison:BUILD.bison.bazel"),
1212
strip_prefix = "bison-3.8.2",
1313
urls = [
14-
"https://ftpmirror.gnu.org/gnu/bison/bison-3.8.2.tar.gz",
14+
"https://mirror.bazel.build/ftp.gnu.org/gnu/bison/bison-3.8.2.tar.xz",
1515
],
16-
integrity = "sha256-BsnhO99+sk1M62tZIFpPZ8LH5yExGWREMP6C+9FKCrs=",
16+
integrity = "sha256-m7oCFMz38QecXVkhAEUie89hlRmEDr+oDNOEnP9aW/I=",
1717
)

0 commit comments

Comments
 (0)