From fdb4c10ce6d49163d1f57463d7ca0ae22b71e765 Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Thu, 9 May 2024 23:45:22 -0700 Subject: tools/docker/syzbot: update bazel to 7.1.2 Signed-off-by: Andrei Vagin --- tools/docker/syzbot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/docker/syzbot/Dockerfile b/tools/docker/syzbot/Dockerfile index ececc2f2a..a18aa0f27 100644 --- a/tools/docker/syzbot/Dockerfile +++ b/tools/docker/syzbot/Dockerfile @@ -52,7 +52,7 @@ RUN mkdir -p /usr/grte/v5/bin && ln -s /usr/bin/python3 /usr/grte/v5/bin/python2 # Install bazel # Download the official bazel binary. The APT repository isn't used because there is not packages for arm64. -RUN sh -c 'curl -o /usr/local/bin/bazel https://releases.bazel.build/6.2.0/release/bazel-6.2.0-linux-$(uname -m | sed s/aarch64/arm64/) && chmod ugo+x /usr/local/bin/bazel' +RUN sh -c 'curl -o /usr/local/bin/bazel https://releases.bazel.build/7.1.2/release/bazel-7.1.2-linux-$(uname -m | sed s/aarch64/arm64/) && chmod ugo+x /usr/local/bin/bazel' # Install qemu from the backports. # The currently stable version (7.4) cannot properly run arm64-MTE kernels. -- cgit mrf-deployment