Skip to content

Commit dba385b

Browse files
Steelskincompnerd
authored andcommitted
Switch swift-system to build statically
This matches upstream `build.ps1` behavior.
1 parent f4e33da commit dba385b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3106,7 +3106,7 @@ jobs:
31063106
$SWIFTC = cygpath -m ${{ github.workspace }}/BinaryCache/Library/Developer/Toolchains/${{ inputs.swift_version }}+Asserts/usr/bin/swiftc.exe
31073107
31083108
cmake -B ${{ github.workspace }}/BinaryCache/swift-system `
3109-
-D BUILD_SHARED_LIBS=YES `
3109+
-D BUILD_SHARED_LIBS=NO `
31103110
-D BUILD_TESTING=NO `
31113111
-D CMAKE_BUILD_TYPE=Release `
31123112
-D CMAKE_C_COMPILER=${CLANG_CL} `

0 commit comments

Comments
 (0)