From 4f843ea2eff35439aae4bb42ab066d7fa5d2a33a Mon Sep 17 00:00:00 2001 From: Green Sky Date: Mon, 4 May 2026 18:47:15 +0200 Subject: [PATCH] chore(circle-ci): update bazel remote to v2.6.1 --- tools/circleci-bazel-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/circleci-bazel-test b/tools/circleci-bazel-test index 587c358..9cc4b4c 100755 --- a/tools/circleci-bazel-test +++ b/tools/circleci-bazel-test @@ -52,7 +52,7 @@ TMPDIR=$(mktemp -d) trap 'rm -rf "$TMPDIR"' EXIT pushd /src/workspace -curl -L https://github.com/buchgr/bazel-remote/releases/download/v2.5.0/bazel-remote-2.5.0-linux-x86_64 -o "$TMPDIR/bazel-remote" +curl -L https://github.com/buchgr/bazel-remote/releases/download/v2.6.1/bazel-remote-2.6.1-linux-amd64 -o "$TMPDIR/bazel-remote" # TODO(iphydf): Use bazel once the image is updated. # bazel run @patchelf//:patchelf -- --set-interpreter /nix/store/*-glibc-*/lib64/ld-linux-x86-64.so.2 "$TMPDIR/bazel-remote" "$PATCHELF" --set-interpreter /nix/store/*-glibc-*/lib64/ld-linux-x86-64.so.2 "$TMPDIR/bazel-remote"