Skip to content

Commit be7ea4f

Browse files
Disable CMake Windows build for now on CI
1 parent 1ced040 commit be7ea4f

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,15 @@ jobs:
122122
tag: 5.10.1-RELEASE
123123
- uses: actions/checkout@v4
124124
- run: python3 ./Vendor/checkout-dependency testsuite
125-
# Check Windows build with CMake
126-
- uses: Cyberboss/install-winget@v1
127-
- run: winget install Ninja-build.Ninja Kitware.CMake --disable-interactivity --accept-source-agreements
128-
- run: |
129-
echo "$env:LOCALAPPDATA\Microsoft\WinGet\Links" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
130-
echo "$env:ProgramFiles\CMake\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
131-
- run: cmake -G Ninja -B .build/cmake
132-
- run: cmake --build .build/cmake
125+
# FIXME: CMake build is failing on CI due to "link: extra operand '/OUT:lib\\libXXXX.a'" error
126+
# # Check Windows build with CMake
127+
# - uses: Cyberboss/install-winget@v1
128+
# - run: winget install Ninja-build.Ninja Kitware.CMake --disable-interactivity --accept-source-agreements
129+
# - run: |
130+
# echo "$env:LOCALAPPDATA\Microsoft\WinGet\Links" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
131+
# echo "$env:ProgramFiles\CMake\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
132+
# - run: cmake -G Ninja -B .build/cmake
133+
# - run: cmake --build .build/cmake
133134
# Run tests with SwiftPM
134135
- run: swift test
135136
- run: ./CI/check-wasi-testsuite.ps1

0 commit comments

Comments
 (0)