From be91997096538d0c7004f158021c9d0c0ec7372e Mon Sep 17 00:00:00 2001 From: Chris Manchester Date: Wed, 17 May 2017 12:28:23 -0700 Subject: [PATCH] Bug 1337667 - Add need-xvfb to stylo build Taskcluster configs. r=dustin This allows `make check` to pass when run against these builds. MozReview-Commit-ID: BVs6BPifbfW --HG-- extra : rebase_source : ebad40260b160744e0d2f9dfc52a74b7e5e5ae0e --- taskcluster/ci/build/linux.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/taskcluster/ci/build/linux.yml b/taskcluster/ci/build/linux.yml index ba847a2933b1..e0f80491ea6f 100644 --- a/taskcluster/ci/build/linux.yml +++ b/taskcluster/ci/build/linux.yml @@ -328,6 +328,7 @@ linux64-stylo/opt: secrets: true custom-build-variant-cfg: stylo tooltool-downloads: public + need-xvfb: true run-on-projects: [ 'stylo', 'autoland', 'mozilla-inbound', 'mozilla-central', 'try' ] linux64-stylo/debug: @@ -353,6 +354,7 @@ linux64-stylo/debug: secrets: true custom-build-variant-cfg: stylo-debug tooltool-downloads: public + need-xvfb: true run-on-projects: [ 'stylo', 'autoland', 'mozilla-inbound', 'mozilla-central', 'try' ] linux64-jsdcov/opt: