From ca7a3ed53a59ba11864d4ee0f761d8b0b268ca68 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Tue, 21 Apr 2026 13:40:41 +0000 Subject: [PATCH 1/2] deps: update Bazel to 7.7.1, as per .bazeliskrc in googleapis/googleapis --- infrastructure/googleapis/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/googleapis/Dockerfile b/infrastructure/googleapis/Dockerfile index 3fc588ca..0628b498 100644 --- a/infrastructure/googleapis/Dockerfile +++ b/infrastructure/googleapis/Dockerfile @@ -1,7 +1,7 @@ FROM marketplace.gcr.io/google/debian12:latest ARG BAZELISK_VERSION=1.26.0 -ARG BAZEL_VERSION=6.3.0 +ARG BAZEL_VERSION=7.7.1 RUN apt-get update && \ apt-get upgrade -y && \ From 7b03dca2e49d626376f0a4fc8ba3f8cd43730ece Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Tue, 21 Apr 2026 13:57:06 +0000 Subject: [PATCH 2/2] chore: fix structure test --- infrastructure/googleapis.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/googleapis.yaml b/infrastructure/googleapis.yaml index 8ceedd52..ddfa1fb0 100644 --- a/infrastructure/googleapis.yaml +++ b/infrastructure/googleapis.yaml @@ -29,11 +29,11 @@ commandTests: expectedOutput: ["git version 2.*"] - name: "bazel" command: ["bazel", "--version"] - expectedOutput: ["bazel 6.3.0"] + expectedOutput: ["bazel 7.7.1"] - name: "bazelisk" command: ["bazelisk", "--version"] # bazelisk forwards commands to bazel, so this reports the bazel version - expectedOutput: ["bazel 6.3.0"] + expectedOutput: ["bazel 7.7.1"] - name: "zip" command: ["zip", "--version"] expectedOutput: ["This is Zip"]