From: Sascha Hauer <sha@pengutronix.de>
To: Ahmad Fatoum <a.fatoum@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] test/Containerfile: run wget with no-verbose flag
Date: Mon, 12 Jun 2023 14:57:46 +0200 [thread overview]
Message-ID: <20230612125746.GA18491@pengutronix.de> (raw)
In-Reply-To: <20230612124728.1080623-1-a.fatoum@pengutronix.de>
On Mon, Jun 12, 2023 at 02:47:28PM +0200, Ahmad Fatoum wrote:
> Container build results in a number of toolchain downloads and default
> wget behavior of updating the progress bar results in a lot of lines
> to wade through when reviewing the log. There's middle ground between
> this and quiet operation in the form of the --no-verbose or -nv flag.
> Make use of it.
>
> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
> ---
> test/Containerfile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks
Sascha
>
> diff --git a/test/Containerfile b/test/Containerfile
> index 8c1f2f893805..224ea2ea4804 100644
> --- a/test/Containerfile
> +++ b/test/Containerfile
> @@ -51,7 +51,7 @@ RUN apt-get update && apt-get install -y \
> ENV GCC_VERSION=13.1.0
>
> # Manually install the kernel.org Crosstool based toolchains
> -RUN korg_crosstool_dl() { wget -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/${1}/${2}/${1}-gcc-${2}-nolibc-${3}.tar.xz | tar -C /opt -xJ ; } && \
> +RUN korg_crosstool_dl() { wget -nv -O - https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/${1}/${2}/${1}-gcc-${2}-nolibc-${3}.tar.xz | tar -C /opt -xJ ; } && \
> korg_crosstool_dl x86_64 ${GCC_VERSION} arm-linux-gnueabi && \
> korg_crosstool_dl x86_64 ${GCC_VERSION} aarch64-linux && \
> korg_crosstool_dl x86_64 ${GCC_VERSION} mips-linux && \
> --
> 2.39.2
>
>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
prev parent reply other threads:[~2023-06-12 12:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-12 12:47 Ahmad Fatoum
2023-06-12 12:57 ` Sascha Hauer [this message]
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=20230612125746.GA18491@pengutronix.de \
--to=sha@pengutronix.de \
--cc=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox