Skip to content

Commit

Permalink
Remove workaround added for actions/runner-images#10004
Browse files Browse the repository at this point in the history
  • Loading branch information
sophimao committed Jun 21, 2024
1 parent 124f56b commit 3906151
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,12 @@ jobs:
- name: create build directory
run: mkdir build

# CMAKE_CXX_FLAGS is workaround for github runner image issue:
# https://github.com/actions/runner-images/issues/10004#issuecomment-2153445161
# Remove after ths issue is resolved.
- name: create build files
shell: cmd
run: |
call "${{ steps.msvc.outputs.path }}"
cd build
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"
cmake -G Ninja .. -DCMAKE_BUILD_TYPE=${{ matrix.config }} -DCMAKE_INSTALL_PREFIX=c:\fpga-runtime-for-opencl -DCMAKE_PREFIX_PATH=c:\libelf;c:\zlib
- name: build runtime
shell: cmd
Expand Down

0 comments on commit 3906151

Please sign in to comment.