Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into use-graphblas
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannah Bast committed Mar 14, 2024
2 parents b79470d + bcc05cc commit f6e2429
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/native-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ jobs:
with:
compiler: ${{matrix.compiler}}
compiler-version: ${{matrix.compiler-version}}
- name: Reduce address randomization to make sanitizers work
# For details see for example `https://stackoverflow.com/questions/77850769/fatal-threadsanitizer-unexpected-memory-mapping-when-running-on-linux-kernels`
run: |
sudo sysctl vm.mmap_rnd_bits
sudo sysctl vm.mmap_rnd_bits=28
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit f6e2429

Please sign in to comment.