Fix libffi pkg-config in WPT nightly job.

This commit is contained in:
Josh Matthews 2019-05-13 11:45:45 -04:00
parent 965f57e3f8
commit f147b8d119

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