Auto merge of #25171 - servo:u, r=jdm

Install dependencies for the WPT update task

Fix https://github.com/servo/servo/issues/25169
This commit is contained in:
bors-servo 2019-12-09 20:29:55 -05:00 committed by GitHub
commit 58d2fb786d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View file

@ -585,7 +585,7 @@ def update_wpt():
return (
linux_task("WPT update")
.with_treeherder("Linux x64", "WPT update")
.with_dockerfile(dockerfile_path("run"))
.with_dockerfile(dockerfile_path("wpt-update"))
.with_features("taskclusterProxy")
.with_scopes("secrets:get:project/servo/wpt-sync")
.with_index_and_artifacts_expire_in(log_artifacts_expire_in)

View file

@ -12,4 +12,4 @@ RUN apt-get install -qy --no-install-recommends \
libunwind8 \
#
# Compiling shaders in OSMesa:
llvm \
llvm

View file

@ -0,0 +1,5 @@
% include run.dockerfile
RUN apt-get install -qy --no-install-recommends \
python3 \
jq