Skip to content

Commit a4ee800

Browse files
committed
suppress CMake rerun
This avoids writing to the same generate.stamp while building UMF by not rerunning CMakeLists.txt
1 parent f0a34f6 commit a4ee800

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable_gpu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ jobs:
100100
-DUMF_BUILD_${{inputs.name}}_PROVIDER=ON
101101
-DUMF_TESTS_FAIL_ON_SKIP=ON
102102
${{ matrix.os == 'Ubuntu' && matrix.build_type == 'Debug' && '-DUMF_USE_COVERAGE=ON' || '' }}
103+
${{ inputs.name == 'LEVEL_ZERO' && -DCMAKE_SUPPRESS_REGENERATION=TRUE || ''}}
103104
104105
- name: Build UMF
105106
run: cmake --build ${{env.BUILD_DIR}} --config ${{matrix.build_type}} -j ${{matrix.number_of_processors}}

0 commit comments

Comments
 (0)