mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Auto merge of #23374 - jdm:wpt-job-pkgconfig, r=SimonSapin
Fix libffi pkg-config in WPT nightly job. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23374) <!-- Reviewable:end -->
This commit is contained in:
commit
3ca9d143af
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