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

Commit 640dbb6

Browse files
committed
Only try android
1 parent 137ef81 commit 640dbb6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci-pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161

6262
runs-on: ubuntu-latest
6363
name: ${{ matrix.setup }} build
64+
if: false
6465
steps:
6566
- uses: actions/checkout@v4
6667

@@ -113,6 +114,7 @@ jobs:
113114
build-pr-windows:
114115
runs-on: windows-2022
115116
name: windows-x86_64 build
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.
@@ -191,6 +193,7 @@ jobs:
191193

192194
runs-on: ${{ matrix.os }}
193195
name: ${{ matrix.setup }} build
196+
if: false
194197

195198
steps:
196199
- uses: actions/checkout@v4
@@ -235,8 +238,6 @@ jobs:
235238
build-pr-android:
236239
runs-on: ubuntu-latest
237240
name: android
238-
# Skip the build for now as cargo ndk segfaults and we need to figure out why.
239-
if: false
240241
env:
241242
SDK_VER: "android-21"
242243
NDK_VER: "25.2.9519653"

0 commit comments

Comments
 (0)