mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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 (
|
||||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue