From 76db46ce0eb115ad4901f396d4fe205c8ef870a9 Mon Sep 17 00:00:00 2001 From: Levi Morrison Date: Thu, 28 Mar 2024 11:21:54 -0600 Subject: [PATCH] ci: fix up asan tests too --- .github/workflows/prof_asan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prof_asan.yml b/.github/workflows/prof_asan.yml index 7df6c84aa15..319f2c740ea 100644 --- a/.github/workflows/prof_asan.yml +++ b/.github/workflows/prof_asan.yml @@ -40,7 +40,7 @@ jobs: export LDFLAGS='-fsanitize=address' export RUSTC_LINKER=lld-16 triplet=$(uname -m)-unknown-linux-gnu - RUSTFLAGS='-Zsanitizer=address' cargo +nightly-2023-05-03 build -Zbuild-std --target $triplet --release + RUSTFLAGS='-Zsanitizer=address' cargo +nightly-2023-05-03 build -Zbuild-std="panic_abort,core,alloc,std" --target $triplet --release cp -v "$CARGO_TARGET_DIR/$triplet/release/libdatadog_php_profiling.so" "$(php-config --extension-dir)/datadog-profiling.so" - name: Cache build dependencies