diff --git a/.github/workflows/flutter-engine-arm64.yaml b/.github/workflows/flutter-engine-arm64.yaml index 7658096..001bed4 100644 --- a/.github/workflows/flutter-engine-arm64.yaml +++ b/.github/workflows/flutter-engine-arm64.yaml @@ -66,8 +66,7 @@ jobs: ./flutter/tools/gn --runtime-mode=debug \ --embedder-for-target \ --no-build-embedder-examples \ - --enable-impeller-3d \ - --no-goma --no-rbe \ + --no-goma \ --no-stripped --no-enable-unittests \ --linux-cpu $linux_cpu \ --target-os linux \ @@ -116,8 +115,7 @@ jobs: --unoptimized \ --embedder-for-target \ --no-build-embedder-examples \ - --enable-impeller-3d \ - --no-goma --no-rbe \ + --no-goma \ --no-stripped --no-enable-unittests \ --linux-cpu $linux_cpu \ --target-os linux \ @@ -165,8 +163,7 @@ jobs: ./flutter/tools/gn --runtime-mode=release \ --embedder-for-target \ --no-build-embedder-examples \ - --enable-impeller-3d \ - --no-goma --no-rbe \ + --no-goma \ --no-stripped --no-enable-unittests \ --linux-cpu $linux_cpu \ --target-os linux \ @@ -214,8 +211,7 @@ jobs: ./flutter/tools/gn --runtime-mode=profile \ --embedder-for-target \ --no-build-embedder-examples \ - --enable-impeller-3d \ - --no-goma --no-rbe \ + --no-goma \ --no-stripped --no-enable-unittests \ --linux-cpu $linux_cpu \ --target-os linux \ diff --git a/.github/workflows/flutter-engine-armv7hf.yaml b/.github/workflows/flutter-engine-armv7hf.yaml index ad2f45b..c63309f 100644 --- a/.github/workflows/flutter-engine-armv7hf.yaml +++ b/.github/workflows/flutter-engine-armv7hf.yaml @@ -66,8 +66,7 @@ jobs: ./flutter/tools/gn --runtime-mode=debug \ --embedder-for-target \ --no-build-embedder-examples \ - --enable-impeller-3d \ - --no-goma --no-rbe \ + --no-goma \ --no-stripped --no-enable-unittests \ --linux-cpu $linux_cpu \ --target-os linux \ @@ -117,8 +116,7 @@ jobs: --unoptimized \ --embedder-for-target \ --no-build-embedder-examples \ - --enable-impeller-3d \ - --no-goma --no-rbe \ + --no-goma \ --no-stripped --no-enable-unittests \ --linux-cpu $linux_cpu \ --target-os linux \ @@ -166,8 +164,7 @@ jobs: ./flutter/tools/gn --runtime-mode=release \ --embedder-for-target \ --no-build-embedder-examples \ - --enable-impeller-3d \ - --no-goma --no-rbe \ + --no-goma \ --no-stripped --no-enable-unittests \ --linux-cpu $linux_cpu \ --target-os linux \ @@ -216,8 +213,7 @@ jobs: ./flutter/tools/gn --runtime-mode=profile \ --embedder-for-target \ --no-build-embedder-examples \ - --enable-impeller-3d \ - --no-goma --no-rbe \ + --no-goma \ --no-stripped --no-enable-unittests \ --linux-cpu $linux_cpu \ --target-os linux \ diff --git a/.github/workflows/flutter-engine-x86_64.yaml b/.github/workflows/flutter-engine-x86_64.yaml index f54c6ba..267f00b 100644 --- a/.github/workflows/flutter-engine-x86_64.yaml +++ b/.github/workflows/flutter-engine-x86_64.yaml @@ -63,8 +63,7 @@ jobs: ./flutter/tools/gn --runtime-mode=debug \ --embedder-for-target \ --no-build-embedder-examples \ - --enable-impeller-3d \ - --no-goma --no-rbe \ + --no-goma \ --no-stripped --no-enable-unittests \ --linux-cpu $linux_cpu \ --target-os linux \ @@ -113,8 +112,7 @@ jobs: --unoptimized \ --embedder-for-target \ --no-build-embedder-examples \ - --enable-impeller-3d \ - --no-goma --no-rbe \ + --no-goma \ --no-stripped --no-enable-unittests \ --linux-cpu $linux_cpu \ --target-os linux \ @@ -162,8 +160,7 @@ jobs: ./flutter/tools/gn --runtime-mode=release \ --embedder-for-target \ --no-build-embedder-examples \ - --enable-impeller-3d \ - --no-goma --no-rbe \ + --no-goma \ --no-stripped --no-enable-unittests \ --linux-cpu $linux_cpu \ --target-os linux \ @@ -211,8 +208,7 @@ jobs: ./flutter/tools/gn --runtime-mode=profile \ --embedder-for-target \ --no-build-embedder-examples \ - --enable-impeller-3d \ - --no-goma --no-rbe \ + --no-goma \ --no-stripped --no-enable-unittests \ --linux-cpu $linux_cpu \ --target-os linux \