File tree 2 files changed +2
-9
lines changed
2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ concurrency:
19
19
20
20
env :
21
21
TERMUX : v0.118.0
22
- KEY_POSTFIX : nextest+rustc-hash+adb+sshd+upgrade+XGB+inc15
22
+ KEY_POSTFIX : nextest+rustc-hash+adb+sshd+upgrade+XGB+inc17
23
23
COMMON_EMULATOR_OPTIONS : -no-window -noaudio -no-boot-anim -camera-back none -gpu swiftshader_indirect
24
24
EMULATOR_DISK_SIZE : 12GB
25
25
EMULATOR_HEAP_SIZE : 2048M
36
36
cores : [4] # , 6
37
37
ram : [4096, 8192]
38
38
api-level : [28]
39
- target : [default ]
39
+ target : [google_apis_playstore ]
40
40
arch : [x86, x86_64] # , arm64-v8a
41
41
exclude :
42
42
- ram : 8192
Original file line number Diff line number Diff line change @@ -229,13 +229,6 @@ fn test_hex32() {
229
229
. stdout_is ( expected_output) ;
230
230
}
231
231
232
- // This test fails on Android CI on AVD on Ubuntu Github runners.
233
- // It was never reproducible locally and seems to be very hard to fix.
234
- // Thats why its disabled for android x86*. See uutils issue #5941.
235
- #[ cfg( not( all(
236
- target_os = "android" ,
237
- any( target_arch = "x86" , target_arch = "x86_64" )
238
- ) ) ) ]
239
232
#[ test]
240
233
fn test_f16 ( ) {
241
234
let input: [ u8 ; 14 ] = [
You can’t perform that action at this time.
0 commit comments