Skip to content

Commit

Permalink
ci: Test LLVM 18
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jul 21, 2024
1 parent 1a43c62 commit b73203e
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,7 @@ jobs:
- llvm: '15'
- llvm: '16'
- llvm: '17'
# TODO: LLVM 18 Installation broken: https://github.com/llvm/llvm-project/issues/99453
# - llvm: '18'
- llvm: '18'
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
Expand Down Expand Up @@ -208,12 +207,11 @@ jobs:
cargo +1.73 llvm-cov test --text --include-ffi --fail-under-lines 70 -vv
cargo clean
cargo +1.77 llvm-cov test --text --include-ffi --fail-under-lines 70 -vv
# TODO: LLVM 18 Installation broken: https://github.com/llvm/llvm-project/issues/99453
# rustup toolchain add 1.78 beta nightly --no-self-update
# cargo clean
# cargo +1.78 llvm-cov test --text --include-ffi --fail-under-lines 70 -vv
# cargo clean
# cargo +beta llvm-cov test --text --include-ffi --fail-under-lines 70 -vv
# cargo clean
# cargo +nightly llvm-cov test --text --include-ffi --fail-under-lines 70 -vv
rustup toolchain add 1.78 beta nightly --no-self-update
cargo clean
cargo +1.78 llvm-cov test --text --include-ffi --fail-under-lines 70 -vv
cargo clean
cargo +beta llvm-cov test --text --include-ffi --fail-under-lines 70 -vv
cargo clean
cargo +nightly llvm-cov test --text --include-ffi --fail-under-lines 70 -vv
working-directory: tests/fixtures/crates/ffi

0 comments on commit b73203e

Please sign in to comment.