Skip to content

Commit 41f24e6

Browse files
committed
disable ios/android for now
1 parent 24c98dc commit 41f24e6

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.github/workflows/releasebuild.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ jobs:
7878
- os: android-intel
7979
runs-on: ubuntu-latest
8080
platform: android
81-
- os: android-arm
82-
# GitHub Actions doesn’t currently support the Android emulator on any ARM
83-
# runner. So we build on a non-ARM runner, which will skip the tests.
84-
runs-on: ubuntu-latest
85-
platform: android
86-
archs: arm64_v8a
87-
- os: ios
88-
runs-on: macos-latest
89-
platform: ios
81+
#- os: android-arm
82+
# # GitHub Actions doesn’t currently support the Android emulator on any ARM
83+
# # runner. So we build on a non-ARM runner, which will skip the tests.
84+
# runs-on: ubuntu-latest
85+
# platform: android
86+
# archs: arm64_v8a
87+
#- os: ios
88+
# runs-on: macos-latest
89+
# platform: ios
9090
- os: pyodide
9191
runs-on: ubuntu-latest
9292
platform: pyodide
@@ -106,7 +106,6 @@ jobs:
106106
env:
107107
CIBW_PLATFORM: ${{ matrix.platform || 'auto' }}
108108
CIBW_ARCHS: ${{ matrix.archs || 'auto' }}
109-
CIBW_BUILD_VERBOSITY: 3
110109
with:
111110
package-dir: rapidfuzz.tar.gz
112111
output-dir: wheelhouse

0 commit comments

Comments
 (0)