File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 with :
3030 swift-version : development
3131 # Note: This snapshot includes the WindowsExperimental.sdk needed for static linking support,
32- # this will be turned into Windows.sdk in the near future and $ExperimentalSDK code below will need to be updated
33- # https://github.com/nicklockwood/SwiftFormat/pull/2265#discussion_r2496568069
32+ # this will be merged into Windows.sdk in the near future and $ExperimentalSDK related flags below will need to be removed
3433 swift-build : DEVELOPMENT-SNAPSHOT-2025-08-27-a
3534 update-sdk-modules : true
3635
4039 - shell : pwsh
4140 run : |
4241 $ExperimentalSDK = "$(Split-Path -Path ${env:SDKROOT} -Parent)/WindowsExperimental.sdk"
43- swift build --triple ${{ matrix.target-triple }} -c release -debug-info-format none -Xswiftc -sdk -Xswiftc ${ExperimentalSDK} -Xswiftc -static-stdlib
42+ swift build -c release --triple ${{ matrix.target-triple }} -debug-info-format none -Xswiftc -static-stdlib `
43+ -Xswiftc -sdk -Xswiftc ${ExperimentalSDK}
4444
4545 - uses : microsoft/setup-msbuild@v2.0.0
4646
You can’t perform that action at this time.
0 commit comments