Skip to content

Commit f301b3d

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 f301b3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/reusable_gpu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ 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+
# this is the WA for the error: "CUSTOMBUILD : CMake error : Cannot restore timestamp"
104+
${{ matrix.os == 'Windows' && '-DCMAKE_SUPPRESS_REGENERATION=ON' || '' }}
103105
104106
- name: Build UMF
105107
run: cmake --build ${{env.BUILD_DIR}} --config ${{matrix.build_type}} -j ${{matrix.number_of_processors}}

0 commit comments

Comments
 (0)