Loading
Bug 1505072 - Automation and mozconfig changes to convert rusttests builds to...
Bug 1505072 - Automation and mozconfig changes to convert rusttests builds to use non-default build target. r=froydnj Two mozconfg additions are necessary for these jobs on linux: 1.) Turning off the clang plugin, which will not get built during these builds and will cause failures when C/C++ needed by the rust build tries to find it. 2.) Adding --output-sync=line to our make invocation: at some point the "export" phase started relying on this, and it's missing because the non-default build targets invoked by the rusttests builds don't go through client.mk. Differential Revision: https://phabricator.services.mozilla.com/D11242 --HG-- extra : moz-landing-system : lando