mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Revert "Add link-asan to RUSTFLAGS in CI"
This reverts commit 8bb1bb8ae1fc1d1d8efd48d245237017f4e68048.
This commit is contained in:
parent
14c5c94d01
commit
2d6f752f6e
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
||||
# use-after-scope, double-free, invalid-free, and memory leaks.
|
||||
# * MemorySanitizer detects uninitialized reads.
|
||||
#
|
||||
RUSTFLAGS: "-Zsanitizer=address -C link-args=-lasan"
|
||||
RUSTFLAGS: "-Zsanitizer=address"
|
||||
# RUSTFLAGS: "-Zsanitizer=memory -Zsanitizer-memory-track-origins"
|
||||
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user