We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf5a72 commit 33c46b3Copy full SHA for 33c46b3
.github/workflows/ci.yml
@@ -266,6 +266,8 @@ jobs:
266
- uses: taiki-e/checkout-action@v1
267
- name: Install Rust
268
run: rustup toolchain install nightly --component rust-src && rustup default nightly
269
+ # https://github.com/google/sanitizers/issues/1716 / https://github.com/actions/runner-images/issues/9491
270
+ - run: sudo sysctl vm.mmap_rnd_bits=28
271
- run: cargo -Z build-std test --workspace --all-features --target x86_64-unknown-linux-gnu --lib --tests
272
env:
273
# TODO: Once `cfg(sanitize = "..")` is stable, replace
0 commit comments