Skip to content

Commit

Permalink
ci: gcc 14 in linux-gcc-thread-sanitizer (#2166)
Browse files Browse the repository at this point in the history
  • Loading branch information
yperbasis authored Jul 7, 2024
1 parent 83ef47f commit af990fc
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,14 @@ jobs:
environment:
BUILD_CMAKE_ARGS: -DSILKWORM_SANITIZE=thread
machine:
image: ubuntu-2204:2023.04.2
image: ubuntu-2404:2024.05.1
resource_class: 2xlarge
steps:
- 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
compiler_version: <<pipeline.parameters.gcc_version_latest>>
Expand Down Expand Up @@ -417,7 +421,7 @@ parameters:
default: 11
gcc_version_latest:
type: integer
default: 12
default: 14

workflows:
light:
Expand All @@ -427,9 +431,9 @@ workflows:
jobs:
- lint
- linux-release:
name: linux-gcc-<<pipeline.parameters.gcc_version_latest>>-release
name: linux-gcc-12-release
compiler_id: gcc
compiler_version: <<pipeline.parameters.gcc_version_latest>>
compiler_version: 12
ethereum_tests: false
requires:
- lint
Expand Down

0 comments on commit af990fc

Please sign in to comment.