Skip to content

Commit

Permalink
Remove GPU export patch
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Winarske <[email protected]>
  • Loading branch information
jwinarske committed Dec 18, 2024
1 parent 5bd2495 commit b210b94
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 32 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/flutter-engine-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ jobs:
build/linux/sysroot_scripts/install-sysroot.py --arch=$arch
git apply $PATCH_DIR/0001-clang-toolchain.patch
cd flutter
git apply $PATCH_DIR/0001-export-GPU-symbols.patch
- name: Build Debug
working-directory: src
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/flutter-engine-armv7hf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ jobs:
build/linux/sysroot_scripts/install-sysroot.py --arch=$arch
git apply $PATCH_DIR/0001-clang-toolchain.patch
cd flutter
git apply $PATCH_DIR/0001-export-GPU-symbols.patch
- name: Build Debug
working-directory: src
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/flutter-engine-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ jobs:
cd src
git apply $PATCH_DIR/0001-clang-toolchain.patch
cd flutter
git apply $PATCH_DIR/0001-export-GPU-symbols.patch
- name: Build Debug
working-directory: src
Expand Down
26 changes: 0 additions & 26 deletions patches/0001-export-GPU-symbols.patch

This file was deleted.

0 comments on commit b210b94

Please sign in to comment.