Skip to content

Commit

Permalink
Fix CI sanitizer failures
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-lunarg committed Mar 20, 2024
1 parent 61a9c50 commit 84e8abd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
cmakeVersion: 3.17.2
- run: sudo apt update
- run: sudo apt install --yes --no-install-recommends libwayland-dev libxrandr-dev
# This is to combat a bug when using 6.6 linux kernels with thread/address sanitizer
# https://github.com/google/sanitizers/issues/1716
- run: sudo sysctl vm.mmap_rnd_bits=28
- run: |
cmake -S. -B build \
-D CMAKE_BUILD_TYPE=${{ matrix.config }} \
Expand Down

0 comments on commit 84e8abd

Please sign in to comment.