From bbeee8a76ae01d7a8076d9c30f4d10a4b0e5d741 Mon Sep 17 00:00:00 2001 From: Mathias Kraus Date: Tue, 10 Dec 2024 23:49:15 +0100 Subject: [PATCH] iox-#2011 Use bazel v7.4.1 on CI --- .github/workflows/build-test.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index d718cd30c0..d28f85a854 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -214,7 +214,12 @@ jobs: uses: actions/checkout@v4 - name: Install iceoryx dependencies and clang-tidy uses: ./.github/actions/install-iceoryx-deps-and-clang - - run: ./tools/ci/build-test-ubuntu-bazel.sh + - name: Set up Bazel + uses: bazel-contrib/setup-bazel@0.9.1 + - name: Build & test with bazel + env: + USE_BAZEL_VERSION: "7.4.1" + run: ./tools/ci/build-test-ubuntu-bazel.sh coverage-and-docs: # prevent stuck jobs consuming runners for 6 hours