]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Drop support for compiling ccache with buggy GCC 5
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 24 Jul 2021 08:59:41 +0000 (10:59 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 24 Jul 2021 09:01:44 +0000 (11:01 +0200)
GCC 5 may crash when compiling C++14 generic lambdas:
<https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69977>

.github/workflows/build.yaml

index f385e90ec3903b3c0a2aa8512d9208c8ac793e9c..db8843ac101976ec9f2b34aaad7165764d57c38c 100644 (file)
@@ -22,10 +22,6 @@ jobs:
       fail-fast: false
       matrix:
         config:
-          - os: ubuntu-18.04
-            compiler: gcc
-            version: "5"
-
           - os: ubuntu-18.04
             compiler: gcc
             version: "6"