Skip to content

Commit

Permalink
ci: Test -Z codegen-backend=cranelift
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Dec 1, 2023
1 parent 8806532 commit 4c8156a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ jobs:
- rust: nightly
- rust: nightly
flags: -C panic=abort -Z panic_abort_tests
- rust: nightly
flags: -Z codegen-backend=cranelift
- rust: nightly
os: macos-latest
- rust: nightly
Expand All @@ -105,6 +107,9 @@ jobs:
target: aarch64-unknown-linux-gnu
- rust: nightly
target: aarch64-unknown-linux-gnu
- rust: nightly
target: aarch64-unknown-linux-gnu
flags: -Z codegen-backend=cranelift
- rust: nightly
target: aarch64_be-unknown-linux-gnu
- rust: stable
Expand Down Expand Up @@ -195,6 +200,9 @@ jobs:
target: riscv64gc-unknown-linux-gnu
- rust: nightly
target: riscv64gc-unknown-linux-gnu
- rust: nightly
target: riscv64gc-unknown-linux-gnu
flags: -Z codegen-backend=cranelift
- rust: nightly
target: s390x-unknown-linux-gnu
- rust: nightly-2023-05-09 # Rust 1.71, LLVM 16 (oldest version we can use asm_experimental_arch on this target)
Expand Down
2 changes: 1 addition & 1 deletion portable-atomic-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ alloc = []
# generic = []

[dependencies]
portable-atomic = { version = "1.3", path = "..", default-features = false, features = ["require-cas"] }
portable-atomic = { version = "1.5.1", path = "..", default-features = false, features = ["require-cas"] }

[lints]
workspace = true

0 comments on commit 4c8156a

Please sign in to comment.