File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ jobs:
103
103
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"
104
104
wasi-swift-sdk-id : DEVELOPMENT-SNAPSHOT-2024-10-15-a-wasm32-unknown-wasi
105
105
wasi-swift-sdk-checksum : " 229cd9d3b0ed582c7ef7c3064888ad78764e4743b5a770df92554a94513f53fb"
106
+ test-args : " -Xswiftc -DWASMKIT_CI_TOOLCHAIN_NIGHTLY"
106
107
107
108
runs-on : ubuntu-22.04
108
109
name : " build-linux (${{ matrix.swift }})"
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ import XCTest
2
2
3
3
class PluginSmokeTests : XCTestCase {
4
4
func testExtractPlugin( ) throws {
5
+ #if WASMKIT_CI_TOOLCHAIN_NIGHTLY
6
+ throw XCTSkip ( " XFAIL: https://github.com/swiftwasm/WasmKit/issues/184 " )
7
+ #endif
5
8
guard ProcessInfo . processInfo. environment [ " __XCODE_BUILT_PRODUCTS_DIR_PATHS " ] == nil else {
6
9
throw XCTSkip (
7
10
" \" 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