Skip to content

Commit ef3b8c7

Browse files
committed
Revert "ci: Work around sanitizer issue on latest Linux kernel"
This reverts commit 48b58c0.
1 parent 48e2e4b commit ef3b8c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,6 @@ jobs:
282282
uses: taiki-e/github-actions/install-rust@nightly
283283
with:
284284
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
287285
- run: cargo -Z build-std test --workspace --all-features --target x86_64-unknown-linux-gnu --lib --tests -- --skip panic_on_drop_fut
288286
env:
289287
# TODO: Once `cfg(sanitize = "..")` is stable, replace

0 commit comments

Comments
 (0)