Skip to content

Commit

Permalink
try to work around a TSan bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dietmarkuehl committed Jan 18, 2025
1 parent cb9f482 commit 3c7afcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y $CC
sudo apt-get install -y $CXX
sudo sysctl vm.mmap_rnd_bits=28
$CC --version
$CXX --version
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default: compile

compile: config
#cmake --build $(BUILDDIR) -j
cmake --workflow --preset=appleclang-debug --fresh
cmake --workflow --preset=gcc-debug --fresh

format:
git clang-format main
Expand Down

0 comments on commit 3c7afcf

Please sign in to comment.