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 98b7741 commit 0640de1Copy full SHA for 0640de1
.github/workflows/build.yml
@@ -376,4 +376,4 @@ jobs:
376
LSAN_OPTIONS: "suppressions=etc/lsan-suppr.txt:print_suppressions=false"
377
run: |
378
sudo sysctl vm.mmap_rnd_bits=28
379
- 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 commit comments