diff options
author | Martin Braun <martin@gnuradio.org> | 2021-09-20 13:11:56 +0200 |
---|---|---|
committer | Martin Braun <martin@gnuradio.org> | 2021-09-20 05:14:28 -0700 |
commit | 845a8945e813713e2f19c4abaf16a4b7bd1c2858 (patch) | |
tree | 8f706643f314f8339aa9975047c80b808e22ceb2 | |
parent | ce45b1cbd515ca1996976d35a5bc1cf5357894a5 (diff) |
ci: Pull CentOS container from ghcr.io
Signed-off-by: Martin Braun <martin@gnuradio.org>
-rw-r--r-- | .github/workflows/make-test.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/make-test.yml b/.github/workflows/make-test.yml index 5a96a1d890..fb464a2ca7 100644 --- a/.github/workflows/make-test.yml +++ b/.github/workflows/make-test.yml @@ -61,10 +61,8 @@ jobs: containerid: 'ghcr.io/gnuradio/ci:fedora-34-3.9' cxxflags: '' - distro: 'CentOS 8.3' - # FIXME -- We're pulling this from Docker Hub, because somehow that works - # Should be from ghcr.io like the rest - containerid: 'gnuradio/ci:centos-8.3-3.9' - cxxflags: -Werror -Wno-error=invalid-pch + containerid: 'ghcr.io/gnuradio/ci:centos-8.3-3.9' + cxxflags: '' - distro: 'Debian 10' containerid: 'ghcr.io/gnuradio/ci:debian-10-3.9' cxxflags: -Werror |