Skip to content

Commit

Permalink
try sanitizer hack
Browse files Browse the repository at this point in the history
  • Loading branch information
yperbasis committed Jul 8, 2024
1 parent ecc213a commit ecf48a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ jobs:
steps:
- checkout_with_submodules
- run:
name: "TSAN hack"
name: "Sanitizer hack"
# https://stackoverflow.com/questions/77850769/fatal-threadsanitizer-unexpected-memory-mapping-when-running-on-linux-kernels
command: sudo sysctl vm.mmap_rnd_bits=30
- build_using_conan:
Expand Down Expand Up @@ -280,6 +280,9 @@ jobs:
resource_class: 2xlarge
steps:
- checkout_with_submodules
- run:
name: "Sanitizer hack" # https://github.com/google/sanitizers/issues/856
command: sudo sysctl vm.mmap_rnd_bits=30
- build_using_conan:
build_type: Debug
compiler_id: clang
Expand Down

0 comments on commit ecf48a3

Please sign in to comment.