File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 8888 # flags: '--buildtype=debug -Denable-directdiff=true -Denable-normal=false -Dwith-omp=true -Denable-mixedprec=true -Denable-pywrapper=true -Denable-tecio=false --warnlevel=3 --werror'
8989 runs-on : ${{ inputs.runner || 'ubuntu-latest' }}
9090 steps :
91+ - name : Reduce ASLR entropy for tsan
92+ run : sudo sysctl -w vm.mmap_rnd_bits=28
9193 - name : Cache Object Files
9294 uses : actions/cache@v4
9395 with :
@@ -187,6 +189,8 @@ jobs:
187189 matrix :
188190 testscript : ['hybrid_regression.py', 'hybrid_regression_AD.py']
189191 steps :
192+ - name : Reduce ASLR entropy for tsan
193+ run : sudo sysctl -w vm.mmap_rnd_bits=28
190194 - name : Pre Cleanup
191195 uses : docker://ghcr.io/su2code/su2/test-su2-tsan:230813-0103
192196 with :
You can’t perform that action at this time.
0 commit comments