We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e2e4b commit ef3b8c7Copy full SHA for ef3b8c7
.github/workflows/ci.yml
@@ -282,8 +282,6 @@ jobs:
282
uses: taiki-e/github-actions/install-rust@nightly
283
with:
284
component: rust-src
285
- # https://github.com/google/sanitizers/issues/1716 / https://github.com/actions/runner-images/issues/9491
286
- - run: sudo sysctl vm.mmap_rnd_bits=28
287
- run: cargo -Z build-std test --workspace --all-features --target x86_64-unknown-linux-gnu --lib --tests -- --skip panic_on_drop_fut
288
env:
289
# TODO: Once `cfg(sanitize = "..")` is stable, replace
0 commit comments