diff options
author | Josh Morman <jmorman@gnuradio.org> | 2021-11-17 09:41:19 -0500 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2021-11-24 16:16:57 -0500 |
commit | 4d8566c47bd029d99302d3f3c38d84e85c401b7e (patch) | |
tree | 09ab3540bc260bd7353dfe81a900f5067f822e2b | |
parent | 633807f1f9546f4cec6342c1240ac8d708b10b79 (diff) |
ci: update dockers used for workflow
Signed-off-by: Josh Morman <jmorman@gnuradio.org>
-rw-r--r-- | .github/workflows/make-test.yml | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/.github/workflows/make-test.yml b/.github/workflows/make-test.yml index 99117d9ea3..80dc39ee04 100644 --- a/.github/workflows/make-test.yml +++ b/.github/workflows/make-test.yml @@ -64,26 +64,21 @@ jobs: cxxflags: -Werror -Wno-error=invalid-pch ctest_args: '-E "qa_cpp_py_binding|qa_cpp_py_binding_set|qa_ctrlport_probes|qa_qtgui|metainfo_test"' ldpath: - - distro: 'Fedora 33' - containerid: 'gnuradio/ci:fedora-33-3.9' - cxxflags: '' - ctest_args: '-E "qa_cpp_py_binding|qa_cpp_py_binding_set|qa_ctrlport_probes|qa_qtgui"' - ldpath: /usr/local/lib64/ - distro: 'Fedora 34' containerid: 'gnuradio/ci:fedora-34-3.9' cxxflags: -Werror -Wno-error=invalid-pch -Wno-error=deprecated-declarations ctest_args: '-E "qa_cpp_py_binding|qa_cpp_py_binding_set|qa_ctrlport_probes|qa_qtgui"' ldpath: /usr/local/lib64/ + - distro: 'Fedora 35' + containerid: 'gnuradio/ci:fedora-35-3.9' + cxxflags: -Werror -Wno-error=invalid-pch -Wno-error=deprecated-declarations + ctest_args: '-E "qa_cpp_py_binding|qa_cpp_py_binding_set|qa_ctrlport_probes|qa_qtgui"' + ldpath: /usr/local/lib64/ - distro: 'CentOS 8.4' containerid: 'gnuradio/ci:centos-8.4-3.10' cxxflags: '' ctest_args: '-E "qa_cpp_py_binding|qa_cpp_py_binding_set|qa_ctrlport_probes|qa_qtgui"' ldpath: /usr/local/lib64/ - - distro: 'Debian 10' - containerid: 'gnuradio/ci:debian-10-3.10' - cxxflags: -Werror -Wno-error=invalid-pch - ctest_args: '-E "qa_cpp_py_binding|qa_cpp_py_binding_set|qa_ctrlport_probes|qa_qtgui"' - ldpath: - distro: 'Debian 11' containerid: 'gnuradio/ci:debian-11-3.10' cxxflags: -Werror -Wno-error=invalid-pch |