It's actually clang 7 not gcc 7 that we need to disable on CI, and we only need to disable it on macos. Linux can still run it.
This commit is contained in:
parent
cbb47f5ded
commit
33e205f642
10
.github/workflows/main.yaml
vendored
10
.github/workflows/main.yaml
vendored
@ -79,15 +79,9 @@ jobs:
|
|||||||
run_tests: [true]
|
run_tests: [true]
|
||||||
run_clang_tidy: [false]
|
run_clang_tidy: [false]
|
||||||
exclude:
|
exclude:
|
||||||
# Apple CI machines cannot install GCC 7 via homebrew anymore
|
# Apple CI machines cannot install LLVM 7 via homebrew anymore
|
||||||
- os: macos-10.15
|
- os: macos-10.15
|
||||||
compiler:
|
compiler: {cxx: clang++-7, cc: clang-7, macos_cxx: /usr/local/opt/llvm@7/bin/clang++, macos_cc: /usr/local/opt/llvm@7/bin/clang, apt_package: clang-7, homebrew_package: llvm@7}
|
||||||
cxx: g++-7
|
|
||||||
cc: gcc-7
|
|
||||||
macos_cxx: g++-7
|
|
||||||
macos_cc: gcc-7
|
|
||||||
homebrew_package: gcc@7
|
|
||||||
apt_package: g++-7
|
|
||||||
include:
|
include:
|
||||||
- name: Local dependencies
|
- name: Local dependencies
|
||||||
os: ubuntu-18.04
|
os: ubuntu-18.04
|
||||||
|
Loading…
x
Reference in New Issue
Block a user