[linux-nfc] [neard][PATCH 08/16] ci: enable back Ubuntu Hirsute
Krzysztof Kozlowski <[email protected]>
| Newsgroups | org.01.lists.linux-nfc,dev.linux.lists.oe-linux-nfc |
|---|---|
| Message-ID | <[email protected]> |
Preseed tzdata so Ubuntu Hirsute could be used for building. Signed-off-by: Krzysztof Kozlowski <[email protected]> --- .github/workflows/ci.yml | 7 +++---- ci/debian.sh | 9 +++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 266b93ff9895..866fa846c7f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,10 +16,9 @@ jobs: fail-fast: false matrix: include: - # Does pass installation - hangs on tzdata configuration - # - container: "ubuntu:hirsute" - # env: - # CC: gcc + - container: "ubuntu:hirsute" + env: + CC: gcc - container: "ubuntu:focal" env: diff --git a/ci/debian.sh b/ci/debian.sh index b13ffe701ae4..004e7d84ae07 100755 --- a/ci/debian.sh +++ b/ci/debian.sh @@ -11,6 +11,15 @@ set -e -E apt update +# Some distros (e.g. Ubuntu Hirsute) might pull tzdata which asks questions +export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true + +# Choose some random place in Europe +echo "tzdata tzdata/Areas select Europe +tzdata tzdata/Zones/Europe select Berlin +" > /tmp/tzdata-preseed.txt +debconf-set-selections /tmp/tzdata-preseed.txt + apt install -y --no-install-recommends \ autoconf \ automake \ -- 2.27.0 _______________________________________________ Linux-nfc mailing list -- [email protected] To unsubscribe send an email to [email protected] %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s