-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: updated dependency build requirements
- Loading branch information
Showing
4 changed files
with
19 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,14 +54,13 @@ jobs: | |
- name: Setup Path | ||
shell: bash | ||
run: | | ||
echo "/usr/local/opt/bison/bin" >> $GITHUB_PATH | ||
echo "/usr/local/opt/bison/bin:/opt/homebrew/opt/bison/bin" >> $GITHUB_PATH | ||
- name: Build Sysroot | ||
if: steps.cache-sysroot.outputs.cache-hit != 'true' | ||
run: | | ||
brew uninstall cmake | ||
brew install bison pkg-config nasm make meson glib-utils python3 | ||
brew unlink python && brew link [email protected] | ||
pip3 install six pyparsing | ||
brew install bison pkg-config gettext glib-utils libgpg-error nasm make meson | ||
pip3 install --user six pyparsing | ||
rm -f /usr/local/lib/pkgconfig/*.pc | ||
./scripts/build_dependencies.sh -p ${{ matrix.platform }} -a ${{ matrix.arch }} | ||
- name: Compress Sysroot | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters