This repository was archived by the owner on May 8, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments