Skip to content

Commit

Permalink
Merge pull request #2387 from elBoberido/iox-2011-fix-bazel-build-aft…
Browse files Browse the repository at this point in the history
…er-CI-bazel-update

iox-#2011 Pin bazel to v7.4.1 on CI
  • Loading branch information
elBoberido authored Dec 11, 2024
2 parents 11aa7f3 + bbeee8a commit 085ac0a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
- 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
Expand Down

0 comments on commit 085ac0a

Please sign in to comment.