From 1f15d2c66ec7f3b0b00ca4a5f6ab4d9f92c562a7 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Wed, 1 May 2024 20:49:10 +0800 Subject: [PATCH] also --disable-flutter-texture-render for mac arm --- .github/workflows/flutter-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index 92c875556..94109b994 100644 --- a/.github/workflows/flutter-build.yml +++ b/.github/workflows/flutter-build.yml @@ -555,7 +555,7 @@ jobs: - { target: aarch64-apple-darwin, os: macos-latest, - extra-build-args: "", + extra-build-args: "--disable-flutter-texture-render", # disable this for mac, because we see a lot of users reporting flickering both on arm and x64, and we can not confirm if texture rendering has better performance if htere is no vram, https://github.com/rustdesk/rustdesk/issues/6296 arch: aarch64, } steps: @@ -973,7 +973,7 @@ jobs: arch: x86_64, target: x86_64-unknown-linux-gnu, distro: ubuntu18.04, - extra-build-features: "", + extra-build-args: "--disable-flutter-texture-render", # disable this for mac, because we see a lot of users reporting flickering both on arm and x64, and we can not confirm if texture rendering has better performance if htere is no vram, https://github.com/rustdesk/rustdesk/issues/6296 enable-headless: true, on: ubuntu-20.04, }