Skip to content

Commit

Permalink
Bug 1312870 - Enable extra builds for GYP on TC r=franziskus
Browse files Browse the repository at this point in the history
Differential Revision: https://nss-dev.phacility.com/D117

--HG--
extra : amend_source : 226c96cb1c73b1680aef2c8df7e380478eea2730
  • Loading branch information
Tim Taubert committed Oct 26, 2016
1 parent 0cef4f5 commit 2e3189f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions automation/taskcluster/graph/src/extend.js
Expand Up @@ -30,11 +30,6 @@ queue.filter(task => {
(task.platform != "linux64" || task.collection != "debug")) {
return false;
}

// Remove extra builds on gyp builds (TODO: add when it supports CC/CCC).
if (task.collection == "gyp") {
return false;
}
}

if (task.tests == "bogo") {
Expand Down

0 comments on commit 2e3189f

Please sign in to comment.