Skip to content

Commit

Permalink
try gcc14
Browse files Browse the repository at this point in the history
  • Loading branch information
yperbasis committed Jul 5, 2024
1 parent adf8157 commit 6d364df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ jobs:
- checkout_with_submodules
- run:
name: "TSAN 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:
compiler_id: gcc
Expand Down Expand Up @@ -429,7 +430,7 @@ parameters:
default: 11
gcc_version_latest:
type: integer
default: 13
default: 14

workflows:
light:
Expand Down

0 comments on commit 6d364df

Please sign in to comment.