Skip to content

Commit 0024131

Browse files
committed
Only build to avoid timeout and remove Swift SDK for Android
1 parent 34096c8 commit 0024131

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
linux_os_versions: '["amazonlinux2", "bookworm", "noble", "jammy", "rhel-ubi9"]'
2020
linux_swift_versions: '["nightly-main"]'
2121
linux_pre_build_command: ./.github/scripts/prebuild.sh
22+
linux_build_command: 'swift build'
2223
windows_swift_versions: '["nightly-main"]'
2324
windows_pre_build_command: 'Invoke-Program .\.github\scripts\prebuild.ps1'
24-
enable_android_sdk_build: true
25-
android_sdk_build_command: "swift build --build-tests"
26-
android_ndk_versions: '["r27d", "r29"]'
25+
windows_build_command: 'Invoke-Program swift build'
2726
enable_ios_checks: true
2827
enable_macos_checks: true
2928
macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.3\"}, {\"xcode_version\": \"16.4\"}]"
29+
macos_build_command: 'swift build'
3030

3131
soundness:
3232
name: Soundness

0 commit comments

Comments
 (0)