File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,9 @@ jobs:
103103 wasi-swift-sdk-download : " https://github.com/swiftwasm/swift/releases/download/swift-wasm-DEVELOPMENT-SNAPSHOT-2024-10-15-a/swift-wasm-DEVELOPMENT-SNAPSHOT-2024-10-15-a-wasm32-unknown-wasi.artifactbundle.zip"
104104 wasi-swift-sdk-id : DEVELOPMENT-SNAPSHOT-2024-10-15-a-wasm32-unknown-wasi
105105 wasi-swift-sdk-checksum : " 229cd9d3b0ed582c7ef7c3064888ad78764e4743b5a770df92554a94513f53fb"
106+ test-args : " -Xswiftc -DWASMKIT_CI_TOOLCHAIN_NIGHTLY"
106107
107- runs-on : ubuntu-20 .04
108+ runs-on : ubuntu-22 .04
108109 name : " build-linux (${{ matrix.swift }})"
109110
110111 steps :
@@ -228,7 +229,7 @@ jobs:
228229 swift test @ExtraFlags
229230
230231 build-cmake :
231- runs-on : ubuntu-20 .04
232+ runs-on : ubuntu-22 .04
232233 container :
233234 image : swift:5.8-focal
234235 steps :
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ import XCTest
22
33class PluginSmokeTests : XCTestCase {
44 func testExtractPlugin( ) throws {
5+ #if WASMKIT_CI_TOOLCHAIN_NIGHTLY
6+ throw XCTSkip ( " XFAIL: https://github.com/swiftwasm/WasmKit/issues/184 " )
7+ #endif
58 guard ProcessInfo . processInfo. environment [ " __XCODE_BUILT_PRODUCTS_DIR_PATHS " ] == nil else {
69 throw XCTSkip (
710 " \" swift package resolve \" somehow fails to clone git repository only when invoking from Xcode test runner "
You can’t perform that action at this time.
0 commit comments