We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e33da commit dba385bCopy full SHA for dba385b
.github/workflows/swift-toolchain.yml
@@ -3106,7 +3106,7 @@ jobs:
3106
$SWIFTC = cygpath -m ${{ github.workspace }}/BinaryCache/Library/Developer/Toolchains/${{ inputs.swift_version }}+Asserts/usr/bin/swiftc.exe
3107
3108
cmake -B ${{ github.workspace }}/BinaryCache/swift-system `
3109
- -D BUILD_SHARED_LIBS=YES `
+ -D BUILD_SHARED_LIBS=NO `
3110
-D BUILD_TESTING=NO `
3111
-D CMAKE_BUILD_TYPE=Release `
3112
-D CMAKE_C_COMPILER=${CLANG_CL} `
0 commit comments