mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Build on Mac with the dummy media stack
This is a temporary fix for broken GStreamer homebrew packages. Fixes 29653.
This commit is contained in:
parent
9acb9cc5cf
commit
2db364b4b1
2 changed files with 7 additions and 3 deletions
2
.github/workflows/mac.yml
vendored
2
.github/workflows/mac.yml
vendored
|
@ -77,7 +77,7 @@ jobs:
|
|||
export OPENSSL_LIB_DIR="$(brew --prefix openssl)/lib"
|
||||
export PKG_CONFIG_PATH="$(brew --prefix libffi)/lib/pkgconfig/"
|
||||
export PKG_CONFIG_PATH="$(brew --prefix zlib)/lib/pkgconfig/:$PKG_CONFIG_PATH"
|
||||
python3 ./mach build --release --with-${{ env.LAYOUT }}
|
||||
python3 ./mach build --release --media-stack=dummy --with-${{ env.LAYOUT }}
|
||||
- name: Smoketest
|
||||
run: python3 ./mach smoketest
|
||||
- name: Unit tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue