Try to repair Github actions by removing GCC6 from the build, and not using

any docker containers at all.
This commit is contained in:
Zach Laine
2024-09-27 18:40:02 -05:00
parent 6e5e8cb88c
commit ea2f078d0e

View File

@@ -17,24 +17,11 @@ jobs:
fail-fast: false
matrix:
include:
- name: "GCC_VERSION=6 ASAN=off Job 4"
buildtype: "boost"
packages: "g++-6 valgrind"
packages_to_remove: ""
os: "ubuntu-20.04"
container: "ubuntu:14.04"
cxx: "gcc-6"
sources: ""
llvm_os: ""
llvm_ver: ""
gcc_version: "6"
asan: "off"
- name: "GCC_VERSION=7 ASAN=off Job 5"
buildtype: "boost"
packages: "g++-7 valgrind"
packages_to_remove: ""
os: "ubuntu-20.04"
container: "ubuntu:16.04"
cxx: "gcc-7"
sources: ""
llvm_os: ""
@@ -46,7 +33,6 @@ jobs:
packages: "g++-8 valgrind"
packages_to_remove: ""
os: "ubuntu-20.04"
container: "ubuntu:16.04"
cxx: "gcc-8"
sources: ""
llvm_os: ""
@@ -58,7 +44,6 @@ jobs:
packages: "g++-9 valgrind"
packages_to_remove: ""
os: "ubuntu-20.04"
container: "ubuntu:16.04"
cxx: "gcc-9"
sources: ""
llvm_os: ""