File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6161 needs : [Build]
6262 uses : ./.github/workflows/reusable_proxy_lib.yml
6363 Valgrind :
64- needs : [Build]
64+ # needs: [Build]
6565 uses : ./.github/workflows/reusable_valgrind.yml
6666 Coverage :
6767 # total coverage (on upstream only)
Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ jobs:
4646 - os : ubuntu-latest
4747 disjoint : ' OFF'
4848 build_tests : ' ON'
49- extra_build_options : ' -DCMAKE_BUILD_TYPE=Release'
49+ # extra_build_options: '-DCMAKE_BUILD_TYPE=Release'
5050 simple_cmake : ' ON'
5151 # simplest CMake ubuntu-20.04
5252 - os : ubuntu-20.04
5353 disjoint : ' OFF'
5454 build_tests : ' ON'
55- extra_build_options : ' -DCMAKE_BUILD_TYPE=Release'
55+ # extra_build_options: '-DCMAKE_BUILD_TYPE=Release'
5656 simple_cmake : ' ON'
5757 runs-on : ${{ (matrix.os == 'ubuntu-latest' && github.repository_owner == 'oneapi-src') && 'intel-ubuntu-22.04' || matrix.os }}
5858
You can’t perform that action at this time.
0 commit comments