Skip to content

Commit b210b94

Browse files
committed
Remove GPU export patch
Signed-off-by: Joel Winarske <[email protected]>
1 parent 5bd2495 commit b210b94

File tree

4 files changed

+0
-32
lines changed

4 files changed

+0
-32
lines changed

.github/workflows/flutter-engine-arm64.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ jobs:
5252
build/linux/sysroot_scripts/install-sysroot.py --arch=$arch
5353
5454
git apply $PATCH_DIR/0001-clang-toolchain.patch
55-
cd flutter
56-
git apply $PATCH_DIR/0001-export-GPU-symbols.patch
5755
5856
- name: Build Debug
5957
working-directory: src

.github/workflows/flutter-engine-armv7hf.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ jobs:
5252
build/linux/sysroot_scripts/install-sysroot.py --arch=$arch
5353
5454
git apply $PATCH_DIR/0001-clang-toolchain.patch
55-
cd flutter
56-
git apply $PATCH_DIR/0001-export-GPU-symbols.patch
5755
5856
- name: Build Debug
5957
working-directory: src

.github/workflows/flutter-engine-x86_64.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
5050
cd src
5151
git apply $PATCH_DIR/0001-clang-toolchain.patch
52-
cd flutter
53-
git apply $PATCH_DIR/0001-export-GPU-symbols.patch
5452
5553
- name: Build Debug
5654
working-directory: src

patches/0001-export-GPU-symbols.patch

-26
This file was deleted.

0 commit comments

Comments
 (0)