We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4e23f commit 48b58c0Copy full SHA for 48b58c0
.github/workflows/ci.yml
@@ -258,6 +258,8 @@ jobs:
258
- name: Install Rust
259
# 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
+ # https://github.com/google/sanitizers/issues/1716 / https://github.com/actions/runner-images/issues/9491
262
+ - run: sudo sysctl vm.mmap_rnd_bits=28
263
- run: cargo -Z build-std test --workspace --all-features --target x86_64-unknown-linux-gnu --lib --tests
264
env:
265
# TODO: Once `cfg(sanitize = "..")` is stable, replace
0 commit comments