Skip to content

Commit

Permalink
apply abseil risc-v patches
Browse files Browse the repository at this point in the history
  • Loading branch information
ardera committed Jan 21, 2025
1 parent 444837d commit 557c499
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,15 @@ jobs:
popd
fi
if [ -d "$GITHUB_WORKSPACE_UNIX/abseil-patches" ]; then
pushd engine/src/flutter/third_party/abseil-cpp
git am $GITHUB_WORKSPACE_UNIX/abseil-patches/*.patch
git status
popd
fi
# This can't be done in the prepopulate step since on MacOS, it depends
# on a buildroot patch.
Expand Down

0 comments on commit 557c499

Please sign in to comment.