Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install dependencies for the WPT update task #25171

Merged
merged 1 commit into from Dec 10, 2019
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Install dependencies for the WPT update task

Fix #25169
  • Loading branch information
SimonSapin committed Dec 6, 2019
commit 3811c5935f355ef11fe798a98ee74fb971790727
@@ -583,7 +583,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)
@@ -12,4 +12,4 @@ RUN apt-get install -qy --no-install-recommends \
libunwind8 \
#
# Compiling shaders in OSMesa:
llvm \
llvm
@@ -0,0 +1,5 @@
% include run.dockerfile

RUN apt-get install -qy --no-install-recommends \
python3 \
jq
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.