Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Jumps past the cherry-pick from the previous integrate.

The upstream LLVM Bazel build now requires Bazel 6 (as of
llvm/llvm-project@5f2097d).
Until we can update the version of Bazel we include in our Docker
images, this disables the Bazel build across the project. (ETA 1-2 days
- just need someone with the right access to rebuild and verify it is
working again)
Discussion here:
https://discord.com/channels/689900678990135345/1080178290188374049/1212435654265544715

---------

Co-authored-by: Scott Todd <[email protected]>
  • Loading branch information
qedawkins and ScottTodd authored Feb 28, 2024
1 parent 88b1d4d commit da1e547
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,10 @@ jobs:
- name: "Testing IREE"
run: bash ./build_tools/cmake/ctest_all.sh "${BUILD_DIR}"

# Disabled until Bazel build is fixed (seems to need Bazel version 6.0+)
build_test_all_bazel:
needs: setup
if: contains(fromJson(needs.setup.outputs.enabled-jobs), 'build_test_all_bazel')
if: false && contains(fromJson(needs.setup.outputs.enabled-jobs), 'build_test_all_bazel')
runs-on:
- self-hosted # must come first
- runner-group=${{ needs.setup.outputs.runner-group }}
Expand Down
2 changes: 1 addition & 1 deletion third_party/llvm-project

0 comments on commit da1e547

Please sign in to comment.