mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Fix libffi pkg-config in WPT nightly job.
This commit is contained in:
parent
965f57e3f8
commit
f147b8d119
1 changed files with 1 additions and 0 deletions
|
@ -489,6 +489,7 @@ def update_wpt():
|
||||||
.with_repo()
|
.with_repo()
|
||||||
.with_curl_artifact_script(build_task, "target.tar.gz")
|
.with_curl_artifact_script(build_task, "target.tar.gz")
|
||||||
.with_script("""
|
.with_script("""
|
||||||
|
export PKG_CONFIG_PATH="$(brew --prefix libffi)/lib/pkgconfig/"
|
||||||
tar -xzf target.tar.gz
|
tar -xzf target.tar.gz
|
||||||
./etc/ci/update-wpt-checkout fetch-and-update-expectations
|
./etc/ci/update-wpt-checkout fetch-and-update-expectations
|
||||||
./etc/ci/update-wpt-checkout open-pr
|
./etc/ci/update-wpt-checkout open-pr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue