diff --git a/.github/workflows/prof_asan.yml b/.github/workflows/prof_asan.yml index e42dccfa04..6cd65c27fe 100644 --- a/.github/workflows/prof_asan.yml +++ b/.github/workflows/prof_asan.yml @@ -44,7 +44,7 @@ jobs: export LDFLAGS='-fsanitize=address -shared-libasan' export RUSTC_LINKER=lld-17 triplet=$(uname -m)-unknown-linux-gnu - RUST_NIGHTLY_VERSION="-2024-11-04" + RUST_NIGHTLY_VERSION="-2025-01-03" RUSTFLAGS='-Zsanitizer=address' cargo +nightly${RUST_NIGHTLY_VERSION} build -Zbuild-std --target $triplet --release cp -v "$CARGO_TARGET_DIR/$triplet/release/libdatadog_php_profiling.so" "$(php-config --extension-dir)/datadog-profiling.so"