GitHub Actions: build Ubuntu packages using Ubuntu focal (#5344)

This is required to satisfy our meson.build minimal Meson version.
This commit is contained in:
Michael Stapelberg 2023-01-02 12:10:36 +01:00 committed by GitHub
parent aaee2b3eae
commit 944a262688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# vim:ft=Dockerfile # vim:ft=Dockerfile
# Same as travis-base.Dockerfile, but without the test suite dependencies since # Same as travis-base.Dockerfile, but without the test suite dependencies since
# we only build Debian packages on Ubuntu i386, we dont run the tests. # we only build Debian packages on Ubuntu i386, we dont run the tests.
FROM i386/ubuntu:bionic FROM i386/ubuntu:focal
RUN echo force-unsafe-io > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup RUN echo force-unsafe-io > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup
# Paper over occasional network flakiness of some mirrors. # Paper over occasional network flakiness of some mirrors.

View File

@ -1,7 +1,7 @@
# vim:ft=Dockerfile # vim:ft=Dockerfile
# Same as travis-base.Dockerfile, but without the test suite dependencies since # Same as travis-base.Dockerfile, but without the test suite dependencies since
# we only build Debian packages on Ubuntu, we dont run the tests. # we only build Debian packages on Ubuntu, we dont run the tests.
FROM ubuntu:bionic FROM ubuntu:focal
RUN echo force-unsafe-io > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup RUN echo force-unsafe-io > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup
# Paper over occasional network flakiness of some mirrors. # Paper over occasional network flakiness of some mirrors.