From patchwork Fri Feb 4 16:47:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 5074 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Jr1h43ZyLz3wsl for ; Fri, 4 Feb 2022 16:48:36 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Jr1gT1wL6z5Rk; Fri, 4 Feb 2022 16:48:05 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Jr1gR47ySz32Mj; Fri, 4 Feb 2022 16:48:03 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Jr1gM3Q4Zz32MR for ; Fri, 4 Feb 2022 16:47:59 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Jr1gL5LDsz4k1; Fri, 4 Feb 2022 16:47:58 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1643993278; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=W+DiXsTds1DHLOr4cU+daLUnTavmex77kLB5VtHF1i8=; b=Bti26qdehQVAccuSoisGUGGhG/11PzotkJ1yc980IxDEuYkV0jzaqNSd6x8q6MyyT3YPNS XCwNZ9gjbyYht8Dg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1643993278; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=W+DiXsTds1DHLOr4cU+daLUnTavmex77kLB5VtHF1i8=; b=XELO12X3L0dsbIjhM1nVdO60a402MZjdTN2BTt99kfuvHBWs/hS6R7TSeGwHRJMy30unn+ vaCOc+XZ8jbd/oVi57/ECWJRV9byMeruvUo5G2NyH1AQ3pZ0eBYQ8aqUsZR+WMWmhFxV30 7JaMbNrTcVQ3H1V+hEQi4+xJk/PS7Yfz+bCDWp9AvgGrfaV5ss92L6dyAafXCP9G2nTXSw 9lvaj0aR6GkNswkE9uINBotjuLtiINULadPdGgQKCWAG3PAgXjeQbXZrqdH+IYVd+VIyV9 719ZMO5xAXGBROVVAObGl55ouax8Xr4TyVSMzkQYXSUQOJ1zyj8gPfajFG7jYg== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 21/28] make.sh: Bump toolchain date Date: Fri, 4 Feb 2022 16:47:41 +0000 Message-Id: <20220204164748.315559-21-michael.tremer@ipfire.org> In-Reply-To: <20220204164748.315559-1-michael.tremer@ipfire.org> References: <20220204164748.315559-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index f3a1aeb5e..cd7464917 100755 --- a/make.sh +++ b/make.sh @@ -38,7 +38,7 @@ GIT_BRANCH="$(git rev-parse --abbrev-ref HEAD)" # Git Branch GIT_TAG="$(git tag | tail -1)" # Git Tag GIT_LASTCOMMIT="$(git rev-parse --verify HEAD)" # Last commit -TOOLCHAINVER=20210805 +TOOLCHAINVER=20220128 # use multicore and max compression ZSTD_OPT="-T0 --ultra -22"