We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 570c4e7 commit ac4e23fCopy full SHA for ac4e23f
.github/workflows/ci.yml
@@ -256,7 +256,8 @@ jobs:
256
steps:
257
- uses: taiki-e/checkout-action@v1
258
- name: Install Rust
259
- run: rustup toolchain install nightly --component rust-src && rustup default nightly
+ # TODO: LLVM bug https://github.com/rust-lang/rust/issues/122476
260
+ run: rustup toolchain install nightly-2024-03-13 --component rust-src && rustup default nightly-2024-03-13
261
- run: cargo -Z build-std test --workspace --all-features --target x86_64-unknown-linux-gnu --lib --tests
262
env:
263
# TODO: Once `cfg(sanitize = "..")` is stable, replace
0 commit comments