File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 7777 run : vcpkg install
7878
7979 # note: disable all providers except the one being tested
80+ # '-DCMAKE_SUPPRESS_REGENERATION=ON' is the WA for the error: "CUSTOMBUILD : CMake error : Cannot restore timestamp"
8081 - name : Configure build
8182 run : >
8283 cmake
99100 -DUMF_BUILD_LEVEL_ZERO_PROVIDER=OFF
100101 -DUMF_BUILD_${{inputs.name}}_PROVIDER=ON
101102 -DUMF_TESTS_FAIL_ON_SKIP=ON
102- ${{ matrix.os == 'Ubuntu' && matrix.build_type == 'Debug' && '-DUMF_USE_COVERAGE=ON' || '' }}
103+ ${{ matrix.os == 'Ubuntu' && matrix.build_type == 'Debug' && '-DUMF_USE_COVERAGE=ON' || '' }}
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}}
You can’t perform that action at this time.
0 commit comments