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

Commit dc79190

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 dc79190

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
@@ -235,6 +235,8 @@ jobs:
235235
build-pr-android:
236236
runs-on: ubuntu-latest
237237
name: android
238+
# Skip the build for now as cargo ndk segfaults and we need to figure out why.
239+
if: false
238240
env:
239241
SDK_VER: "android-21"
240242
NDK_VER: "25.2.9519653"

0 commit comments

Comments
 (0)