From 2d6f752f6e78999040f00c4811efcb3c9720d596 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Mon, 27 Mar 2023 21:37:31 -0700 Subject: [PATCH] Revert "Add link-asan to RUSTFLAGS in CI" This reverts commit 8bb1bb8ae1fc1d1d8efd48d245237017f4e68048. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b4822c885..addedb616 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: