Skip to content

Commit

Permalink
fix ci symbolizer
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangpengHao committed Jan 18, 2024
1 parent ce19e99 commit 6d8bdc3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ jobs:
toolchain: nightly
override: true
components: rust-src
- run: sudo apt install libnuma-dev
- run: sudo ln -s /usr/bin/llvm-symbolizer-6.0 /usr/bin/llvm-symbolizer
- run: sudo apt install libnuma-dev llvm-dev
- run: cargo test
- run: >
env ASAN_OPTIONS="detect_odr_violation=0" RUSTFLAGS="-Z sanitizer=address"
Expand Down

0 comments on commit 6d8bdc3

Please sign in to comment.