Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions B/Bazel/build_tarballs.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using BinaryBuilder

name = "Bazel"
version = v"8.3.1"
version = v"7.7.0"
sources = [
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"),
ArchiveSource("https://github.com/bazelbuild/bazel/releases/download/$(version)/bazel-$(version)-dist.zip", "79da863df05fa4de79a82c4f9d4e710766f040bc519fd8b184a4d4d51345d5ba"),
ArchiveSource("https://github.com/bazelbuild/bazel/releases/download/$(version)/bazel-$(version)-dist.zip", "277946818c77fff70be442864cecc41faac862b6f2d0d37033e2da0b1fee7e0f"),

]

Expand All @@ -17,6 +17,7 @@ mkdir .tmp
export TMPDIR=`pwd`/.tmp
export TMP=$TMPDIR
export TEMP=$TMPDIR
export BAZEL_DEV_VERSION_OVERRIDE="7.7.0"

# Set the default verbose mode in buildenv.sh so that we do not display command
# output unless there is a failure. We do this conditionally to offer the user
Expand Down