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:
bors-servo 2019-05-13 22:29:24 -04:00 committed by GitHub
commit 3ca9d143af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -489,6 +489,7 @@ def update_wpt():
.with_repo()
.with_curl_artifact_script(build_task, "target.tar.gz")
.with_script("""
export PKG_CONFIG_PATH="$(brew --prefix libffi)/lib/pkgconfig/"
tar -xzf target.tar.gz
./etc/ci/update-wpt-checkout fetch-and-update-expectations
./etc/ci/update-wpt-checkout open-pr