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 3832d7f commit ae869e5Copy full SHA for ae869e5
.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.5:/lib/x86_64-linux-gnu/libubsan.so.1 python -m pytest --capture=sys tests
+ LD_PRELOAD=/lib/x86_64-linux-gnu/libasan.so.6:/lib/x86_64-linux-gnu/libubsan.so.1 python -m pytest --capture=sys tests
0 commit comments