Skip to content

Commit

Permalink
test: fix prof asan nightly version
Browse files Browse the repository at this point in the history
  • Loading branch information
morrisonlevi committed Jan 4, 2025
1 parent 2488f64 commit 918efa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prof_asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 918efa2

Please sign in to comment.