commit a6b4f518e43bf1c37df4c6e8caf8168614e8eda5 from: Thomas Adam date: Fri Jul 15 09:57:55 2022 UTC portable: ci: disable gcc container The gcc container is useful to quickly run compilation checks within it. However, this is currently now behind where it used to be, and as such, certain packages cannot be installed. We already compile got against Ubuntu/Alpine. That should be good enough. commit - f349577fa12a3c95613818a49ed7ed92d0741c3f commit + a6b4f518e43bf1c37df4c6e8caf8168614e8eda5 blob - 27f97ac236a4d4451a7ef5d0116dfa997e3614f3 blob + 49360224a186b1ca39c10d49a06a21cc3e0de83a --- .cirrus.yml +++ .cirrus.yml @@ -1,8 +1,8 @@ -got_linux_task: - container: - image: gcc:latest - before_build_script: .github/ci/before-install.sh - build:script: .github/ci/build.sh +#got_linux_task: + # container: + # image: gcc:latest + #before_build_script: .github/ci/before-install.sh + #build:script: .github/ci/build.sh got_ubuntu_task: container: