From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH 1/3] make.sh: Bump toolchain version Date: Sat, 24 Jun 2023 06:33:00 +0000 Message-ID: In-Reply-To: <20230622155736.2208-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7735749657009987568==" List-Id: --===============7735749657009987568== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > Signed-off-by: Michael Tremer > --- > make.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/make.sh b/make.sh > index 6b9a8146b..1378f7802 100755 > --- a/make.sh > +++ b/make.sh > @@ -35,7 +35,7 @@ GIT_BRANCH=3D"$(git rev-parse --abbrev-ref HEAD)" # Git= Branch > GIT_TAG=3D"$(git tag | tail -1)" # Git Tag > GIT_LASTCOMMIT=3D"$(git rev-parse --verify HEAD)" # Last commit > =20 > -TOOLCHAINVER=3D20230210 > +TOOLCHAINVER=3D20230620 > =20 > # use multicore and max compression > ZSTD_OPT=3D"-T0 --ultra -22" --===============7735749657009987568==--