Skip to content

Commit 88c2f3a

Browse files
set vm.mmap_rnd_bits to 28
1 parent 4851fbf commit 88c2f3a

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)