From f147b8d1196a86eca9606a06dee8e00b7b553b79 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Mon, 13 May 2019 11:45:45 -0400 Subject: [PATCH] Fix libffi pkg-config in WPT nightly job. --- etc/taskcluster/decision_task.py | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index fe5931ff07d..3bce2b298d1 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -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