Skip to content

Commit f973940

Browse files
authored
Bazel: 7.7.0 (#12444)
* Bazel: 7.7.0 * Update Bazel source checksum for version 7.7.0 * Update build_tarballs.jl
1 parent e8763d4 commit f973940

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

B/Bazel/build_tarballs.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
using BinaryBuilder
22

33
name = "Bazel"
4-
version = v"8.3.1"
4+
version = v"7.7.0"
55
sources = [
66
ArchiveSource("https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.7%2B6/OpenJDK21U-jdk_x64_alpine-linux_hotspot_21.0.7_6.tar.gz", "79ecc4b213d21ae5c389bea13c6ed23ca4804a45b7b076983356c28105580013"),
7-
ArchiveSource("https://github.com/bazelbuild/bazel/releases/download/$(version)/bazel-$(version)-dist.zip", "79da863df05fa4de79a82c4f9d4e710766f040bc519fd8b184a4d4d51345d5ba"),
7+
ArchiveSource("https://github.com/bazelbuild/bazel/releases/download/$(version)/bazel-$(version)-dist.zip", "277946818c77fff70be442864cecc41faac862b6f2d0d37033e2da0b1fee7e0f"),
88

99
]
1010

@@ -17,6 +17,7 @@ mkdir .tmp
1717
export TMPDIR=`pwd`/.tmp
1818
export TMP=$TMPDIR
1919
export TEMP=$TMPDIR
20+
export BAZEL_DEV_VERSION_OVERRIDE="7.7.0"
2021
2122
# Set the default verbose mode in buildenv.sh so that we do not display command
2223
# output unless there is a failure. We do this conditionally to offer the user

0 commit comments

Comments
 (0)