aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/make-test.yml
diff options
context:
space:
mode:
authorJosh Morman <jmorman@gnuradio.org>2021-12-10 11:45:54 -0500
committermormj <34754695+mormj@users.noreply.github.com>2021-12-10 13:37:41 -0500
commite6c82bdb3b80dc374f7f52e9cd9d5affced83419 (patch)
treee9e6fc6e69c7e436f71656aa2953d879c40c67a5 /.github/workflows/make-test.yml
parentMNT: Re-rendered with conda-build 3.21.7, conda-smithy 3.15.1, and conda-forge-pinning 2021.12.09.14.59.11 (diff)
downloadgnuradio-e6c82bdb3b80dc374f7f52e9cd9d5affced83419.tar.xz
gnuradio-e6c82bdb3b80dc374f7f52e9cd9d5affced83419.zip
ci: disabling CentOS 8
Signed-off-by: Josh Morman <jmorman@gnuradio.org>
Diffstat (limited to '')
-rw-r--r--.github/workflows/make-test.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/make-test.yml b/.github/workflows/make-test.yml
index 80dc39ee0..c1fa406f9 100644
--- a/.github/workflows/make-test.yml
+++ b/.github/workflows/make-test.yml
@@ -74,11 +74,11 @@ jobs:
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: '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 11'
containerid: 'gnuradio/ci:debian-11-3.10'
cxxflags: -Werror -Wno-error=invalid-pch