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 f075e0f commit b25b673Copy full SHA for b25b673
.github/workflows/build.yml
@@ -317,7 +317,7 @@ jobs:
317
# for the "Test" step below.
318
build_with_sanitizer:
319
name: Build with sanitizers for debugging purposes
320
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
321
env:
322
IGRAPH_CMAKE_EXTRA_ARGS: -DFORCE_COLORED_OUTPUT=ON
323
steps:
@@ -371,4 +371,5 @@ jobs:
371
ASAN_OPTIONS: "detect_stack_use_after_return=1"
372
LSAN_OPTIONS: "suppressions=etc/lsan-suppr.txt:print_suppressions=false"
373
run: |
374
+ sudo sysctl vm.mmap_rnd_bits=28
375
LD_PRELOAD=/lib/x86_64-linux-gnu/libasan.so.5:/lib/x86_64-linux-gnu/libubsan.so.1 python -m pytest --capture=sys tests
0 commit comments