File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 99
1010jobs :
1111 tests_with_docker_embedded_swift :
12- # TODO: re-enable
13- if : false
1412 name : Test Embedded Swift SDKs
1513 uses : ./.github/workflows/swift_package_test.yml
1614 with :
2321 enable_embedded_wasm_sdk_build : true
2422
2523 tests_with_docker :
26- # TODO: re-enable
27- if : false
2824 name : Test with Docker
2925 uses : ./.github/workflows/swift_package_test.yml
3026 with :
4137 wasm_sdk_pre_build_command : |
4238 cd tests/TestPackage
4339 enable_wasm_sdk_build : true
44- # Android
45- android_sdk_pre_build_command : |
46- cd tests/TestPackage
47- enable_android_sdk_checks : true
4840 # Windows
4941 windows_build_command : |
5042 cd tests/TestPackage
6961 windows_os_versions : ' ["windows-2022", "windows-11-arm"]'
7062
7163 tests_macos :
72- # TODO: re-enable
73- if : false
7464 name : Test
7565 uses : ./.github/workflows/swift_package_test.yml
7666 with :
8373 xcrun swift build
8474
8575 build_tests_ios :
86- # TODO: re-enable
87- if : false
8876 name : Build iOS Tests
8977 uses : ./.github/workflows/swift_package_test.yml
9078 with :
Original file line number Diff line number Diff line change 150150 android_sdk_triples :
151151 type : string
152152 description : " The triples to use when building with the Swift SDK for Android"
153- default : " [\" aarch64-unknown-linux-android28\" , \" x86_64-unknown-linux-android28 \" ]"
153+ default : " [\" aarch64-unknown-linux-android28\" ]"
154154 android_ndk_versions :
155155 type : string
156156 description : " The NDK versions to use when building with the Swift SDK for Android"
You can’t perform that action at this time.
0 commit comments