Skip to content

Commit

Permalink
ci: fix libasan version in newer Ubuntu image, really
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed Feb 13, 2025
1 parent ae869e5 commit 3602d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,4 +376,4 @@ jobs:
LSAN_OPTIONS: "suppressions=etc/lsan-suppr.txt:print_suppressions=false"
run: |
sudo sysctl vm.mmap_rnd_bits=28
LD_PRELOAD=/lib/x86_64-linux-gnu/libasan.so.6:/lib/x86_64-linux-gnu/libubsan.so.1 python -m pytest --capture=sys tests
LD_PRELOAD=/lib/x86_64-linux-gnu/libasan.so.8:/lib/x86_64-linux-gnu/libubsan.so.1 python -m pytest --capture=sys tests

0 comments on commit 3602d03

Please sign in to comment.