commit 86a5da440d59552e79e1f1442e12a0620e5a4035 from: Sergey Bronnikov date: Fri Apr 22 06:59:35 2022 UTC ci: disable interactive mode for apt Fixes #108 commit - 27e425fb565b328efc57366f94b98ad0584cbbec commit + 86a5da440d59552e79e1f1442e12a0620e5a4035 blob - 8b55451fe6d26cb0759ffd1b6b353658b8078407 blob + e582548d7c33248cb6171594e40f114046aa922b --- .cirrus.yml +++ .cirrus.yml @@ -3,17 +3,20 @@ ubuntu_1804: &ubuntu_1804 image: ubuntu:bionic env: UBUNTU_CODENAME: bionic + DEBIAN_FRONTEND: noninteractive ubuntu_2104: &ubuntu_2104 container: image: ubuntu:hirsute env: UBUNTU_CODENAME: hirsute + DEBIAN_FRONTEND: noninteractive ubuntu_1804_gcc: &ubuntu_1804_gcc <<: *ubuntu_1804 env: CC: gcc-7 + DEBIAN_FRONTEND: noninteractive bootstrap_script: - apt-get update install_script: @@ -23,6 +26,7 @@ ubuntu_1804_clang: &ubuntu_1804_clang <<: *ubuntu_1804 env: CC: clang + DEBIAN_FRONTEND: noninteractive bootstrap_script: - apt-get update install_script: