Skip to content

Commit 6a842d5

Browse files
authored
Disable main branch of Android snapshots as regressed (#336)
Most probably regressed in `swift-DEVELOPMENT-SNAPSHOT-2026-04-01-a` ``` /usr/local/lib/android/sdk/ndk/29.0.14206865/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/threads.h:38:10: error: could not build module 'pthread' 36 | #include <sys/cdefs.h> 37 | 38 | #include <pthread.h> | `- error: could not build module 'pthread' 39 | #include <time.h> 40 | ``` Filed upstream as swiftlang/swift#88443
1 parent cd055a4 commit 6a842d5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,8 @@ jobs:
286286
include:
287287
- swift-version: "6.2"
288288
- swift-version: "nightly-6.3"
289-
- swift-version: nightly-main
289+
# Regressed since `swift-DEVELOPMENT-SNAPSHOT-2026-04-01-a`
290+
# - swift-version: nightly-main
290291

291292
steps:
292293
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)