File tree Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Original file line number Diff line number Diff line change 88jobs :
99 xcode_16 :
1010 runs-on : macos-15
11+ env :
12+ DEVELOPER_DIR : /Applications/Xcode_16.2.app/Contents/Developer
1113 steps :
1214 - name : Checkout
1315 uses : actions/checkout@v4
14- - name : 🔍 Xcode Select
15- run : |
16- XCODE_PATH=`mdfind "kMDItemCFBundleIdentifier == 'com.apple.dt.Xcode' && kMDItemVersion = '16.*'" -onlyin /Applications | head -1`
17- echo "DEVELOPER_DIR=$XCODE_PATH/Contents/Developer" >> $GITHUB_ENV
1816 - name : Version
1917 run : swift --version
2018 - name : Build
5957
6058 linux_swift_6_0 :
6159 runs-on : ubuntu-latest
62- container : swift:6.0
60+ container : swift:6.0.3
6361 steps :
6462 - name : Checkout
6563 uses : actions/checkout@v4
9593 run : swift build --build-tests
9694 - name : Test
9795 run : swift test --skip-build
96+
97+ linux_swift_6_0_musl :
98+ runs-on : ubuntu-latest
99+ container : swift:6.0.3
100+ steps :
101+ - name : Checkout
102+ uses : actions/checkout@v4
103+ - name : Version
104+ run : swift --version
105+ - name : SDK List Pre
106+ run : swift sdk list
107+ - name : Install SDK
108+ run : swift sdk install https://download.swift.org/swift-6.0.3-release/static-sdk/swift-6.0.3-RELEASE/swift-6.0.3-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz --checksum 67f765e0030e661a7450f7e4877cfe008db4f57f177d5a08a6e26fd661cdd0bd
109+ - name : SDK List Post
110+ run : swift sdk list
111+ - name : Build
112+ run : swift build --swift-sdk x86_64-swift-linux-musl
You can’t perform that action at this time.
0 commit comments