mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
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:
commit
58d2fb786d
3 changed files with 7 additions and 2 deletions
|
@ -585,7 +585,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)
|
||||||
|
|
|
@ -12,4 +12,4 @@ RUN apt-get install -qy --no-install-recommends \
|
||||||
libunwind8 \
|
libunwind8 \
|
||||||
#
|
#
|
||||||
# Compiling shaders in OSMesa:
|
# Compiling shaders in OSMesa:
|
||||||
llvm \
|
llvm
|
||||||
|
|
5
etc/taskcluster/docker/wpt-update.dockerfile
Normal file
5
etc/taskcluster/docker/wpt-update.dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
% include run.dockerfile
|
||||||
|
|
||||||
|
RUN apt-get install -qy --no-install-recommends \
|
||||||
|
python3 \
|
||||||
|
jq
|
Loading…
Add table
Add a link
Reference in a new issue