Skip to content

Commit b30a134

Browse files
committed
Remove workaround added for actions/runner-images#10004
1 parent 124f56b commit b30a134

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,12 @@ jobs:
126126
- name: create build directory
127127
run: mkdir build
128128

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.
132129
- name: create build files
133130
shell: cmd
134131
run: |
135132
call "${{ steps.msvc.outputs.path }}"
136133
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
138135
139136
- name: build runtime
140137
shell: cmd

0 commit comments

Comments
 (0)