Skip to content

Commit

Permalink
Try to repair Github actions by removing GCC6 from the build, and not…
Browse files Browse the repository at this point in the history
… using

any docker containers at all.
  • Loading branch information
tzlaine committed Sep 27, 2024
1 parent 6e5e8cb commit ea2f078
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand All @@ -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: ""
Expand All @@ -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: ""
Expand Down

0 comments on commit ea2f078

Please sign in to comment.