From patchwork Fri Dec 31 22:29:16 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Petr Vorel X-Patchwork-Id: 12702057 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DE611C433EF for ; Fri, 31 Dec 2021 22:29:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231858AbhLaW3b (ORCPT ); Fri, 31 Dec 2021 17:29:31 -0500 Received: from smtp-out1.suse.de ([195.135.220.28]:40448 "EHLO smtp-out1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231847AbhLaW3b (ORCPT ); Fri, 31 Dec 2021 17:29:31 -0500 Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 2A0DA210FF; Fri, 31 Dec 2021 22:29:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1640989770; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Zqz/nLv4xy1k6FLgWNgvIY7O4BNh3elKyAnzN+T4YXU=; b=AaAYM/6Lji3G5AcBW4kdGj2Y2TcKuU2gGm04ic1iGWJFs0YyF43jaFoGGXlNJDhsNTDGzX JNx4u1oRnFaJZezkyWWVun/SZ2h8jJVooA5MNnEE36e00pzxu+LshovUz1dntiN+muHBLG LVRl+7vW0XRjfHprWLKIlQT0pbMCtpI= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1640989770; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Zqz/nLv4xy1k6FLgWNgvIY7O4BNh3elKyAnzN+T4YXU=; b=SWfzY4RI1qRxqYC2iBMgTGM2isWYFnzs1S6jiMpN/iOy3IhJQ8acsziy4ETPvWKVcAYllD D1HeI27SKkob+yAg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 004321346E; Fri, 31 Dec 2021 22:29:29 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id iJTdOUmEz2F1ZQAAMHmgww (envelope-from ); Fri, 31 Dec 2021 22:29:29 +0000 From: Petr Vorel To: linux-integrity@vger.kernel.org Cc: Petr Vorel , Mimi Zohar Subject: [PATCH ima-evm-utils] ci: Replace groovy -> impish Date: Fri, 31 Dec 2021 23:29:16 +0100 Message-Id: <20211231222916.12994-1-pvorel@suse.cz> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org From: Petr Vorel groovy is EOL, which is probably the reason why it's archives has been removed: Ign:1 http://security.ubuntu.com/ubuntu groovy-security InRelease Ign:2 http://archive.ubuntu.com/ubuntu groovy InRelease Err:3 http://security.ubuntu.com/ubuntu groovy-security Release 404 Not Found [IP: 91.189.91.39 80] Ign:4 http://archive.ubuntu.com/ubuntu groovy-updates InRelease Ign:5 http://archive.ubuntu.com/ubuntu groovy-backports InRelease Err:6 http://archive.ubuntu.com/ubuntu groovy Release 404 Not Found [IP: 91.189.88.142 80] Err:7 http://archive.ubuntu.com/ubuntu groovy-updates Release 404 Not Found [IP: 91.189.88.142 80] Err:8 http://archive.ubuntu.com/ubuntu groovy-backports Release 404 Not Found [IP: 91.189.88.142 80] Reading package lists... E: The repository 'http://security.ubuntu.com/ubuntu groovy-security Release' does not have a Release file. E: The repository 'http://archive.ubuntu.com/ubuntu groovy Release' does not have a Release file. E: The repository 'http://archive.ubuntu.com/ubuntu groovy-updates Release' does not have a Release file. E: The repository 'http://archive.ubuntu.com/ubuntu groovy-backports Release' does not have a Release file. Using impish requires to use workaround to avoid apt asking to interactively configure tzdata. Signed-off-by: Petr Vorel --- .github/workflows/ci.yml | 2 +- ci/debian.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad611ad..4316ede 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: CC: gcc TSS: tpm2-tss - - container: "ubuntu:groovy" + - container: "ubuntu:impish" env: CC: gcc TSS: ibmtss diff --git a/ci/debian.sh b/ci/debian.sh index ae5c9c1..005b1f6 100755 --- a/ci/debian.sh +++ b/ci/debian.sh @@ -2,6 +2,9 @@ # Copyright (c) 2020 Petr Vorel set -ex +# workaround for Ubuntu impish asking to interactively configure tzdata +export DEBIAN_FRONTEND="noninteractive" + if [ -z "$CC" ]; then echo "missing \$CC!" >&2 exit 1