Skip to content

Commit 702b288

Browse files
committed
Try some things
1 parent ecab327 commit 702b288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
parameters:
5555
rust: nightly
5656
- bash: |
57-
ls /usr/bin/llvm-*
57+
sudo ln -s /usr/bin/llvm-symbolizer-6.0 /usr/bin/llvm-symbolizer
5858
- bash: |
5959
sed -i '/\[features\]/i [profile.dev]' Cargo.toml
6060
sed -i '/profile.dev/a opt-level = 1' Cargo.toml
@@ -78,7 +78,7 @@ jobs:
7878
cat Cargo.toml
7979
displayName: Enable debug symbols
8080
- script: |
81-
env RUSTFLAGS="-Z sanitizer=leak" cargo test --features sanitize --target x86_64-unknown-linux-gnu
81+
env ASAN_SYMBOLIZER_PATH="/usr/bin/llvm-symbolizer-6.0" RUSTFLAGS="-Z sanitizer=leak" cargo test --features sanitize --target x86_64-unknown-linux-gnu
8282
displayName: cargo -Z sanitizer=leak test
8383
8484
resources:

0 commit comments

Comments
 (0)