From c0662c9dcbc2284c36e4d77dc2dc0a64ce87c1b8 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Mon, 7 Sep 2026 20:52:22 +0200 Subject: [PATCH] ci: silence avoidable Android emulator warnings --- .github/workflows/performance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index ceda1a3b8..f23ce61dc 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -204,8 +204,8 @@ jobs: # CPU acceleration is required, independently of software GPU rendering. disable-linux-hw-accel: false emulator-boot-timeout: 300 - pre-emulator-launch-script: '"$ANDROID_HOME/emulator/emulator" -version; "$ANDROID_HOME/emulator/emulator" -accel-check' - emulator-options: -accel on -no-window -gpu swiftshader -no-snapshot -noaudio -no-boot-anim -camera-back none + pre-emulator-launch-script: '"$ANDROID_HOME/emulator/emulator" -accel-check' + emulator-options: -accel on -no-window -gpu swiftshader -no-snapshot -noaudio -no-boot-anim -no-metrics -camera-back none script: >- bun scripts/performance/run-sequence.ts --platform android --base-app apps/base.apk --head-app apps/head.apk