Skip to content

Commit

Permalink
Build bazel commit 282ac623df3523e2e31a2de9c002e5c50da19fec
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Dec 2, 2024
1 parent e052a5b commit 53a3bd8
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/actions/run_bazel_test/run_bazel_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,39 @@ if [[ -n "${working_dir:-}" ]]; then
cd "${working_dir}"
fi

mkdir bazel ; cd bazel
git init
git add remote origin https://github.com/bazelbuild/bazel.git
git fetch origin 282ac623df3523e2e31a2de9c002e5c50da19fec
git reset --hard FETCH_HEAD


sudo sudo apt-get update
sudo apt-get install -y \
build-essential \
openjdk-11-jdk \
python3 \
zip \
unzip \
curl \
libssl-dev \
libncurses5-dev \
libncursesw5-dev \
libreadline-dev \
libsqlite3-dev \
libgdbm-dev \
libdb5.3-dev \
libbz2-dev \
libexpat1-dev \
liblzma-dev \
zlib1g-dev

./compile.sh

output/bazel --batch version

cd ..

#USE_BAZEL_VERSION=7.2.1 bazelisk test --build_tests_only "${bzl_pkgs}"

# good commits:
Expand All @@ -33,4 +66,9 @@ fi

# failed (no binary): 282ac623df3523e2e31a2de9c002e5c50da19fec
# failed (no binary): ffe1df57c3ccbbff815df0068634b881da8c1501

# bad:
# - 867cfe48f6fb4c7644f3d22ae12dcd7974566eca
# - acc1ff6eaad9fffb40dbdada089052fa80a28b29
# - 5f5355b75c7c93fba1e15f6658f308953f4baf51
bazelisk --bisect=867cfe48f6fb4c7644f3d22ae12dcd7974566eca..7.3.0 test --build_tests_only "${bzl_pkgs}"

0 comments on commit 53a3bd8

Please sign in to comment.