We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecab327 commit 702b288Copy full SHA for 702b288
azure-pipelines.yml
@@ -54,7 +54,7 @@ jobs:
54
parameters:
55
rust: nightly
56
- bash: |
57
- ls /usr/bin/llvm-*
+ sudo ln -s /usr/bin/llvm-symbolizer-6.0 /usr/bin/llvm-symbolizer
58
59
sed -i '/\[features\]/i [profile.dev]' Cargo.toml
60
sed -i '/profile.dev/a opt-level = 1' Cargo.toml
@@ -78,7 +78,7 @@ jobs:
78
cat Cargo.toml
79
displayName: Enable debug symbols
80
- script: |
81
- env RUSTFLAGS="-Z sanitizer=leak" cargo test --features sanitize --target x86_64-unknown-linux-gnu
+ env ASAN_SYMBOLIZER_PATH="/usr/bin/llvm-symbolizer-6.0" RUSTFLAGS="-Z sanitizer=leak" cargo test --features sanitize --target x86_64-unknown-linux-gnu
82
displayName: cargo -Z sanitizer=leak test
83
84
resources:
0 commit comments