From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] .travis.yml: explicitly request sudo
Date: Thu, 4 Feb 2016 10:00:49 +0100 [thread overview]
Message-ID: <56B31341.1000309@denx.de> (raw)
In-Reply-To: <1454521294-11937-1-git-send-email-swarren@wwwdotorg.org>
Hello Stephen,
Am 03.02.2016 um 18:41 schrieb Stephen Warren:
> From: Stephen Warren <swarren@nvidia.com>
>
> 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.
>
> Cc: Wolfgang Denk <wd@denx.de>
> Cc: Heiko Schocher <hs@denx.de>
> Cc: Tom Rini <trini@ti.com>
> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
> Cc: Andreas F?rber <afaerber@suse.de>
> Signed-off-by: Stephen Warren <swarren@nvidia.com>
> ---
> .travis.yml | 2 ++
> 1 file changed, 2 insertions(+)
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
If I look into:
https://travis-ci.org/u-boot/u-boot
There are only mips and m68k for which the build fail ...
bye,
Heiko
>
> diff --git a/.travis.yml b/.travis.yml
> index 67674e2f5878..8caaeb34553e 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -3,6 +3,8 @@
>
> # build U-Boot on Travis CI - https://travis-ci.org/
>
> +sudo: true
> +
> language: c
>
> addons:
>
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
next prev parent reply other threads:[~2016-02-04 9:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-03 17:41 [U-Boot] [PATCH] .travis.yml: explicitly request sudo Stephen Warren
2016-02-03 17:44 ` Andreas Färber
2016-02-04 9:00 ` Heiko Schocher [this message]
2016-02-04 16:33 ` Stephen Warren
2016-02-05 5:30 ` Heiko Schocher
2016-02-08 20:49 ` [U-Boot] " Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56B31341.1000309@denx.de \
--to=hs@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.