Install dependencies for the WPT update task

Fix https://github.com/servo/servo/issues/25169
This commit is contained in:
Simon Sapin 2019-12-06 17:01:36 +01:00
parent cfa50b8222
commit 3811c5935f
3 changed files with 7 additions and 2 deletions

View file

@ -583,7 +583,7 @@ def update_wpt():
return ( return (
linux_task("WPT update") linux_task("WPT update")
.with_treeherder("Linux x64", "WPT update") .with_treeherder("Linux x64", "WPT update")
.with_dockerfile(dockerfile_path("run")) .with_dockerfile(dockerfile_path("wpt-update"))
.with_features("taskclusterProxy") .with_features("taskclusterProxy")
.with_scopes("secrets:get:project/servo/wpt-sync") .with_scopes("secrets:get:project/servo/wpt-sync")
.with_index_and_artifacts_expire_in(log_artifacts_expire_in) .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 \ libunwind8 \
# #
# Compiling shaders in OSMesa: # 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