mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Don't set PKG_CONFIG_PATH anymore
glib will find libffi on its own in its opt path now.
This commit is contained in:
parent
15e5bb7ec1
commit
768af85fdd
1 changed files with 1 additions and 6 deletions
|
@ -601,12 +601,7 @@ def macos_wpt():
|
|||
build_task = macos_release_build()
|
||||
def macos_run_task(name):
|
||||
task = macos_task(name).with_python2()
|
||||
return (
|
||||
with_homebrew(task, ["etc/taskcluster/macos/Brewfile-gstreamer"])
|
||||
.with_script("""
|
||||
export PKG_CONFIG_PATH="$(brew --prefix libffi)/lib/pkgconfig/"
|
||||
""")
|
||||
)
|
||||
return with_homebrew(task, ["etc/taskcluster/macos/Brewfile-gstreamer"])
|
||||
wpt_chunks("macOS x64", macos_run_task, build_task, repo_dir="repo",
|
||||
total_chunks=6, processes=4)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue