File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 29
29
run : docker run --rm posixacl-nightly cargo test --color=always
30
30
# Run sanitizer checks. Only allowed on Rust nightly. https://github.com/japaric/rust-san
31
31
# Cannot run sanitizers from Dockerfile, CAP_PTRACE is disallowed :(
32
- - name : LeakSanitizer
33
- run : docker run --rm --env RUSTFLAGS="-Z sanitizer=leak" posixacl-nightly cargo test --color=always
32
+ # DISABLED TEMPORARILY due to https://github.com/rust-lang/rust/issues/111073
33
+ # - name: LeakSanitizer
34
+ # run: docker run --rm --env RUSTFLAGS="-Z sanitizer=leak" posixacl-nightly cargo test --color=always
34
35
- name : AddressSanitizer
35
36
# --tests to omit doc tests, doesn't play nice with AddressSanitizer
36
37
run : docker run --rm --env RUSTFLAGS="-Z sanitizer=address" posixacl-nightly cargo test --tests --color=always
You can’t perform that action at this time.
0 commit comments