Skip to content

Commit

Permalink
Switch cirrus ubuntu image to ubuntu:latest
Browse files Browse the repository at this point in the history
Done to fix a problem where clang fails to install due to an
inconsistency in the apt sources used by the ubuntu kinetic (a.k.a
devel) Docker image.  This means an update to clang via the
kinetic-proposed source makes it uninstallable on that image
until the proposed change makes it to the kinetic one.

Switching to ubuntu:latest means we won't be quite as leading-edge
but it's less likely to break unexpectedly.
  • Loading branch information
daviesrob authored and jkbonfield committed May 12, 2022
1 parent 92c9423 commit d9c1b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ gcc_task:
ubuntu_task:
name: ubuntu-clang
container:
image: ubuntu:devel
image: ubuntu:latest
cpu: 2
memory: 1G

Expand Down

0 comments on commit d9c1b9e

Please sign in to comment.