96
96
macos_build_apk :
97
97
name : Unit test apk [ ${{ matrix.runs_on }} | ${{ matrix.bootstrap.name }} ]
98
98
needs : [flake8]
99
- defaults :
100
- run :
101
- shell : ${{ matrix.run_wrapper || 'bash --noprofile --norc -eo pipefail {0}' }}
102
99
runs-on : ${{ matrix.runs_on }}
103
100
continue-on-error : true
104
101
strategy :
@@ -109,9 +106,6 @@ jobs:
109
106
target : testapps-with-numpy
110
107
- name : webview
111
108
target : testapps-webview
112
- include :
113
- - runs_on : apple-silicon-m1
114
- run_wrapper : arch -arm64 bash --noprofile --norc -eo pipefail {0}
115
109
env :
116
110
ANDROID_HOME : ${HOME}/.android
117
111
ANDROID_SDK_ROOT : ${HOME}/.android/android-sdk
@@ -193,9 +187,6 @@ jobs:
193
187
macos_build_aab :
194
188
name : Unit test aab [ ${{ matrix.runs_on }} | ${{ matrix.bootstrap.name }} ]
195
189
needs : [flake8]
196
- defaults :
197
- run :
198
- shell : ${{ matrix.run_wrapper || 'bash --noprofile --norc -eo pipefail {0}' }}
199
190
runs-on : ${{ matrix.runs_on }}
200
191
continue-on-error : true
201
192
strategy :
@@ -206,9 +197,6 @@ jobs:
206
197
target : testapps-with-numpy-aab
207
198
- name : webview
208
199
target : testapps-webview-aab
209
- include :
210
- - runs_on : apple-silicon-m1
211
- run_wrapper : arch -arm64 bash --noprofile --norc -eo pipefail {0}
212
200
env :
213
201
ANDROID_HOME : ${HOME}/.android
214
202
ANDROID_SDK_ROOT : ${HOME}/.android/android-sdk
@@ -280,18 +268,12 @@ jobs:
280
268
macos_rebuild_updated_recipes :
281
269
name : Test updated recipes for arch ${{ matrix.android_arch }} [ ${{ matrix.runs_on }} ]
282
270
needs : [flake8]
283
- defaults :
284
- run :
285
- shell : ${{ matrix.run_wrapper || 'bash --noprofile --norc -eo pipefail {0}' }}
286
271
runs-on : ${{ matrix.runs_on }}
287
272
continue-on-error : true
288
273
strategy :
289
274
matrix :
290
275
android_arch : ["arm64-v8a", "armeabi-v7a", "x86_64", "x86"]
291
276
runs_on : [macos-latest, apple-silicon-m1]
292
- include :
293
- - runs_on : apple-silicon-m1
294
- run_wrapper : arch -arm64 bash --noprofile --norc -eo pipefail {0}
295
277
env :
296
278
ANDROID_HOME : ${HOME}/.android
297
279
ANDROID_SDK_ROOT : ${HOME}/.android/android-sdk
0 commit comments