From ea2f078d0ee40291fb4b237fdbdbb7ac0249ebd7 Mon Sep 17 00:00:00 2001 From: Zach Laine Date: Fri, 27 Sep 2024 18:40:02 -0500 Subject: [PATCH] Try to repair Github actions by removing GCC6 from the build, and not using any docker containers at all. --- .github/workflows/ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3646a78..00c6afd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: ""