Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 62f57e9

Browse files
committed
Skip androids build for now
Motivation: The android builds fail atm as cargo ndk segfaults. We need to figure out why but until then let's disable the builds as otherwise PR verification will fail Modifications: Skip android builds Result: PR verification works again
1 parent 7760ce6 commit 62f57e9

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ jobs:
174174
build-android:
175175
runs-on: ubuntu-latest
176176
name: android
177+
# Skip the build for now as cargo ndk segfaults and we need to figure out why.
178+
if: false
177179
env:
178180
SDK_VER: "android-21"
179181
NDK_VER: "25.2.9519653"

.github/workflows/ci-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ jobs:
113113
build-pr-windows:
114114
runs-on: windows-2022
115115
name: windows-x86_64 build
116+
# Skip the build for now as cargo ndk segfaults and we need to figure out why.
117+
if: false
116118
env:
117119
# Let's limit the amount of ram that is used to unpack rustup as we saw
118120
# failures sometimes due the fact that not enough memory could be reserved.

0 commit comments

Comments
 (0)