9696 BUILD_TYPE : release
9797 NUM_PROC : ${{ steps.cpu-cores.outputs.count }}
9898 run : |
99- sudo sysctl -w vm.mmap_rnd_bits=28
10099 export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
101100 make -j${{ steps.cpu-cores.outputs.count}}
102101
@@ -299,15 +298,15 @@ jobs:
299298 include : [
300299 {
301300 name : ' Basic' ,
302- params : ' -DCMAKE_COMPILE_WARNING_AS_ERROR=on -DVTR_IPO_BUILD=off -DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on' ,
303- suite : ' vtr_reg_basic' ,
304- extra_pkgs : " "
301+ suite : ' vtr_reg_basic'
305302 },
306303 {
307304 name : ' Strong' ,
308- params : ' -DCMAKE_COMPILE_WARNING_AS_ERROR=on -DVTR_IPO_BUILD=off -DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on' ,
309- suite : ' vtr_reg_strong' ,
310- extra_pkgs : " "
305+ suite : ' vtr_reg_strong'
306+ },
307+ {
308+ name : ' Valgrind Memory' ,
309+ suite : ' vtr_reg_valgrind_small'
311310 }
312311 ]
313312 name : ' R: ${{ matrix.name }}'
@@ -328,10 +327,6 @@ jobs:
328327 - name : Install dependencies
329328 run : ./.github/scripts/install_dependencies.sh
330329
331- - name : Install external libraries
332- run : sudo apt install -y ${{ matrix.extra_pkgs }}
333- if : ${{ matrix.extra_pkgs }}
334-
335330 - name : Download Build Artifact
336331 uses : actions/download-artifact@v4
337332 with :
@@ -377,21 +372,15 @@ jobs:
377372 include : [
378373 {
379374 name : ' Basic_odin' ,
380- params : ' -DCMAKE_COMPILE_WARNING_AS_ERROR=on -DVTR_IPO_BUILD=off -DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DWITH_PARMYS=OFF -DWITH_ODIN=on' ,
381- suite : ' vtr_reg_basic_odin' ,
382- extra_pkgs : " "
375+ suite : ' vtr_reg_basic_odin'
383376 },
384377 {
385378 name : ' Strong_odin' ,
386- params : ' -DCMAKE_COMPILE_WARNING_AS_ERROR=on -DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DWITH_PARMYS=OFF -DWITH_ODIN=on' ,
387- suite : ' vtr_reg_strong_odin' ,
388- extra_pkgs : " "
379+ suite : ' vtr_reg_strong_odin'
389380 },
390381 {
391- name : ' Valgrind Memory' ,
392- params : ' -DCMAKE_COMPILE_WARNING_AS_ERROR=on -DVTR_IPO_BUILD=off -DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DWITH_ODIN=on' ,
393- suite : ' vtr_reg_valgrind_small' ,
394- extra_pkgs : " "
382+ name : ' Valgrind Memory Odin' ,
383+ suite : ' vtr_reg_valgrind_small_odin'
395384 }
396385 ]
397386 name : ' R: ${{ matrix.name }}'
@@ -412,10 +401,6 @@ jobs:
412401 - name : Install dependencies
413402 run : ./.github/scripts/install_dependencies.sh
414403
415- - name : Install external libraries
416- run : sudo apt install -y ${{ matrix.extra_pkgs }}
417- if : ${{ matrix.extra_pkgs }}
418-
419404 - name : Download Build Artifact
420405 uses : actions/download-artifact@v4
421406 with :
0 commit comments