ci/android: Disable wifi for Cuttlefish
Wifi can occasionally cause crashes on the host, and we don't need it for graphics testing. [ 401.084158] Unable to handle kernel paging request at virtual address ff800099ff80ffb2 [ 401.092309] Mem abort info: [ 401.095190] ESR = 0x0000000096000004 [ 401.099045] EC = 0x25: DABT (current EL), IL = 32 bits [ 401.104501] SET = 0, FnV = 0 [ 401.107640] EA = 0, S1PTW = 0 [ 401.110875] FSC = 0x04: level 0 translation fault [ 401.115885] Data abort info: [ 401.118850] ISV = 0, ISS = 0x00000004, ISS2 = 0x00000000 [ 401.124489] CM = 0, WnR = 0, TnD = 0, TagAccess = 0 [ 401.129684] GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0 [ 401.135140] [ff800099ff80ffb2] address between user and kernel address ranges [ 401.142468] Internal error: Oops: 0000000096000004 [#1] SMP [ 401.148283] Modules linked in: vhost_vsock vhost vhost_iotlb ipv6 [ 401.154556] CPU: 2 UID: 0 PID: 718 Comm: Wi-Fi HwsimMsg Tainted: G W 6.17.3-gddf65230edb2 #1 PREEMPT Signed-off-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39993>
This commit is contained in:
parent
60a8785bb8
commit
12277d3f75
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ HOME=/cuttlefish launch_cvd \
|
|||
-enable_bootanimation=false \
|
||||
-enable_minimal_mode=true \
|
||||
-enable_modem_simulator=false \
|
||||
-enable_wifi=false \
|
||||
-guest_enforce_security=false \
|
||||
-report_anonymous_usage_stats=no \
|
||||
-gpu_mode="$CUTTLEFISH_GPU_MODE" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue