ci: disable gcc build

This commit is contained in:
itsmattkc
2022-06-28 13:04:25 -07:00
parent b5c61b68fe
commit 305fa95553
+6 -6
View File
@@ -31,12 +31,12 @@ jobs:
fail-fast: false
matrix:
include:
- build-type: RelWithDebInfo
cc-compiler: gcc
cxx-compiler: g++
compiler-name: GCC 9.3.1
cmake-gen: Ninja
os-name: Linux (CentOS 7)
#- build-type: RelWithDebInfo
# cc-compiler: gcc
# cxx-compiler: g++
# compiler-name: GCC 9.3.1
# cmake-gen: Ninja
# os-name: Linux (CentOS 7)
- build-type: RelWithDebInfo
cc-compiler: clang
cxx-compiler: clang++