We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a34f6 commit f301b3dCopy full SHA for f301b3d
.github/workflows/reusable_gpu.yml
@@ -100,6 +100,8 @@ jobs:
100
-DUMF_BUILD_${{inputs.name}}_PROVIDER=ON
101
-DUMF_TESTS_FAIL_ON_SKIP=ON
102
${{ 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' || '' }}
105
106
- name: Build UMF
107
run: cmake --build ${{env.BUILD_DIR}} --config ${{matrix.build_type}} -j ${{matrix.number_of_processors}}
0 commit comments