commit ab0ebffe58810fa417fda4367547f2676d433f75 from: Thomas Adam date: Sat Jul 16 12:30:34 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 - 5ae325ebc8cde2d9c3810d385f9111597345d597 commit + ab0ebffe58810fa417fda4367547f2676d433f75 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: