File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -126,15 +126,12 @@ jobs:
126
126
- name : create build directory
127
127
run : mkdir build
128
128
129
- # CMAKE_CXX_FLAGS is workaround for github runner image issue:
130
- # https://github.com/actions/runner-images/issues/10004#issuecomment-2153445161
131
- # Remove after ths issue is resolved.
132
129
- name : create build files
133
130
shell : cmd
134
131
run : |
135
132
call "${{ steps.msvc.outputs.path }}"
136
133
cd build
137
- cmake -G Ninja .. -DCMAKE_BUILD_TYPE=${{ matrix.config }} -DCMAKE_INSTALL_PREFIX=c:\fpga-runtime-for-opencl -DCMAKE_PREFIX_PATH=c:\libelf;c:\zlib -DCMAKE_CXX_FLAGS=" /D_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR"
134
+ cmake -G Ninja .. -DCMAKE_BUILD_TYPE=${{ matrix.config }} -DCMAKE_INSTALL_PREFIX=c:\fpga-runtime-for-opencl -DCMAKE_PREFIX_PATH=c:\libelf;c:\zlib
138
135
139
136
- name : build runtime
140
137
shell : cmd
You can’t perform that action at this time.
0 commit comments