File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -143,9 +143,16 @@ jobs:
143143 wasi-swift-sdk-id : swift-DEVELOPMENT-SNAPSHOT-2025-10-02-a_wasm
144144 wasi-swift-sdk-checksum : " b64dfad9e1c9ccdf06f35cf9b1a00317e000df0c0de0b3eb9f49d6db0fcba4d9"
145145 test-args : " --traits WasmDebuggingSupport -Xswiftc -DWASMKIT_CI_TOOLCHAIN_NIGHTLY"
146+ - swift : " swiftlang/swift:nightly-main-noble"
147+ development-toolchain-download : " https://download.swift.org/development/ubuntu2404/swift-DEVELOPMENT-SNAPSHOT-2025-10-02-a/swift-DEVELOPMENT-SNAPSHOT-2025-10-02-a-ubuntu24.04.tar.gz"
148+ wasi-swift-sdk-download : " https://download.swift.org/development/wasm-sdk/swift-DEVELOPMENT-SNAPSHOT-2025-10-02-a/swift-DEVELOPMENT-SNAPSHOT-2025-10-02-a_wasm.artifactbundle.tar.gz"
149+ wasi-swift-sdk-id : swift-DEVELOPMENT-SNAPSHOT-2025-10-02-a_wasm
150+ wasi-swift-sdk-checksum : " b64dfad9e1c9ccdf06f35cf9b1a00317e000df0c0de0b3eb9f49d6db0fcba4d9"
151+ test-args : " --traits WasmDebuggingSupport -Xswiftc -DWASMKIT_CI_TOOLCHAIN_NIGHTLY --build-system swiftbuild"
152+ label : " --build-system swiftbuild"
146153
147154 runs-on : ubuntu-24.04
148- name : " build-linux (${{ matrix.swift }})"
155+ name : " build-linux (${{ matrix.swift }}${{ matrix.label }} )"
149156
150157 steps :
151158 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments