Skip to content

Commit 5adabf6

Browse files
committed
Check with ANDROID_SDK_TRIPLES
1 parent 614fb27 commit 5adabf6

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.github/workflows/pull_request.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ on:
99

1010
jobs:
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:
@@ -23,8 +21,6 @@ jobs:
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:
@@ -41,10 +37,6 @@ jobs:
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
@@ -69,8 +61,6 @@ jobs:
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:
@@ -83,8 +73,6 @@ jobs:
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:

.github/workflows/swift_package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ on:
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"

0 commit comments

Comments
 (0)