File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -298,22 +298,12 @@ jobs:
298298 BUILD_TYPE : debug
299299 LSAN_OPTIONS : ' exitcode=42' # Use a non-standard exit code to ensure LSAN errors are detected
300300 run : |
301+ sudo sysctl -w vm.mmap_rnd_bits=28
301302 export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
302303 ./.github/scripts/build.sh
303304 # We skip QoR since we are only checking for errors in sanitizer runs
304305 ./run_reg_test.py ${{ matrix.suite }} -show_failures -j2 -skip_qor
305306
306- - name : Upload regression run files
307- uses : actions/upload-artifact@v3
308- with :
309- name : ${{matrix.name}}_run_files
310- path : |
311- vtr_flow/**/*.out
312- vtr_flow/**/*.blif
313- vtr_flow/**/*.p
314- vtr_flow/**/*.net
315- vtr_flow/**/*.r
316-
317307
318308 Parmys :
319309 name : ' Parmys Basic Test'
You can’t perform that action at this time.
0 commit comments