From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 4 Feb 2016 09:33:33 -0700 Subject: [U-Boot] [PATCH] .travis.yml: explicitly request sudo In-Reply-To: <56B31341.1000309@denx.de> References: <1454521294-11937-1-git-send-email-swarren@wwwdotorg.org> <56B31341.1000309@denx.de> Message-ID: <56B37D5D.4010401@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/04/2016 02:00 AM, Heiko Schocher wrote: > Hello Stephen, > > Am 03.02.2016 um 18:41 schrieb Stephen Warren: >> From: Stephen Warren >> >> Without this, builds default to using new Travis CI infra-structure which >> does no allow sudo. The builds need sudo in order to install the ELDK >> compilers. Consequently, almost all builds fail without this. >> >> I suspect that existing Travis CI users have not noticed this because >> their accounts or builds have been grand-fathered into backwards- >> compatible default settings, whereas I just set up a new build from >> scratch and received new default settings. > > Did you tried it with current ML? Or at last with the patch from > Roger? > > http://lists.denx.de/pipermail/u-boot/2016-January/243115.html > [U-Boot] [PATCH] .travis.yml: rework according to new travis-ci infra Both:-) That patch is already applied in mainline, and was included in the branch I pushed "to" Travis. > If I look into: > https://travis-ci.org/u-boot/u-boot > > There are only mips and m68k for which the build fail ... Yes. With the addition of the sudo tag, the same is now true for my branch.