summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Müller <mmueller@gnuradio.org>2021-07-19 21:21:14 +0200
committerMartin Braun <martin@gnuradio.org>2021-09-20 03:49:09 -0700
commit4df9bef1234e586a911fc4e87ef618fdfc8d5f85 (patch)
treef8a6883bad49e68c5db7bd5f669f930016180469
parentf3bc956adae61e24edf8cf99f6bdea25dd93bbae (diff)
CI: Update the Fedora Container to F34
this has the main advantage of bringing UHD4, so we can test more of gr-uhd. Signed-off-by: Marcus Müller <mmueller@gnuradio.org> Signed-off-by: Martin Braun <martin@gnuradio.org>
-rw-r--r--.github/workflows/make-test.yml3
-rw-r--r--.github/workflows/pkg-fedora.yml4
2 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/make-test.yml b/.github/workflows/make-test.yml
index d649e82fdb..5a96a1d890 100644
--- a/.github/workflows/make-test.yml
+++ b/.github/workflows/make-test.yml
@@ -57,6 +57,9 @@ jobs:
- distro: 'Fedora 33'
containerid: 'ghcr.io/gnuradio/ci:fedora-33-3.9'
cxxflags: ''
+ - distro: 'Fedora 34'
+ 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
diff --git a/.github/workflows/pkg-fedora.yml b/.github/workflows/pkg-fedora.yml
index 74c842a4be..a64d48d25d 100644
--- a/.github/workflows/pkg-fedora.yml
+++ b/.github/workflows/pkg-fedora.yml
@@ -26,8 +26,8 @@ jobs:
# descriptive name, and one key 'containerid' with the name of the
# container (i.e., what you want to docker-pull)
include:
- - distro: 'Fedora 33'
- containerid: 'gnuradio/ci:fedora-33-3.9'
+ - distro: 'Fedora 34'
+ containerid: 'ghcr.io/gnuradio/ci:fedora-34-3.9'
cxxflags: -Werror
name: ${{ matrix.distro }}
container: