Commit af990fc 1 parent 83ef47f commit af990fc Copy full SHA for af990fc
File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -236,10 +236,14 @@ jobs:
236
236
environment :
237
237
BUILD_CMAKE_ARGS : -DSILKWORM_SANITIZE=thread
238
238
machine :
239
- image : ubuntu-2204:2023.04.2
239
+ image : ubuntu-2404:2024.05.1
240
240
resource_class : 2xlarge
241
241
steps :
242
242
- checkout_with_submodules
243
+ - run :
244
+ name : " TSAN hack"
245
+ # https://stackoverflow.com/questions/77850769/fatal-threadsanitizer-unexpected-memory-mapping-when-running-on-linux-kernels
246
+ command : sudo sysctl vm.mmap_rnd_bits=30
243
247
- build_using_conan :
244
248
compiler_id : gcc
245
249
compiler_version : <<pipeline.parameters.gcc_version_latest>>
@@ -417,7 +421,7 @@ parameters:
417
421
default : 11
418
422
gcc_version_latest :
419
423
type : integer
420
- default : 12
424
+ default : 14
421
425
422
426
workflows :
423
427
light :
@@ -427,9 +431,9 @@ workflows:
427
431
jobs :
428
432
- lint
429
433
- linux-release :
430
- name : linux-gcc-<<pipeline.parameters.gcc_version_latest>> -release
434
+ name : linux-gcc-12 -release
431
435
compiler_id : gcc
432
- compiler_version : <<pipeline.parameters.gcc_version_latest>>
436
+ compiler_version : 12
433
437
ethereum_tests : false
434
438
requires :
435
439
- lint
You can’t perform that action at this time.
0 commit comments