Skip to content

Commit 085ac0a

Browse files
authored
Merge pull request #2387 from elBoberido/iox-2011-fix-bazel-build-after-CI-bazel-update
iox-#2011 Pin bazel to v7.4.1 on CI
2 parents 11aa7f3 + bbeee8a commit 085ac0a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,12 @@ jobs:
214214
uses: actions/checkout@v4
215215
- name: Install iceoryx dependencies and clang-tidy
216216
uses: ./.github/actions/install-iceoryx-deps-and-clang
217-
- run: ./tools/ci/build-test-ubuntu-bazel.sh
217+
- name: Set up Bazel
218+
uses: bazel-contrib/[email protected]
219+
- name: Build & test with bazel
220+
env:
221+
USE_BAZEL_VERSION: "7.4.1"
222+
run: ./tools/ci/build-test-ubuntu-bazel.sh
218223

219224
coverage-and-docs:
220225
# prevent stuck jobs consuming runners for 6 hours

0 commit comments

Comments
 (0)