]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
ci: Remove unsupported platforms
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 8 Jun 2022 13:16:37 +0000 (15:16 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 8 Jun 2022 13:18:00 +0000 (15:18 +0200)
.github/workflows/build.yaml
dockerfiles/ubuntu-18.04/Dockerfile

index f5495a35b2f44b71f434a4f5997f4781420b174b..3850a7d59a6ad6d90a30fea468406b0939bf2b20 100644 (file)
@@ -22,14 +22,6 @@ jobs:
       fail-fast: false
       matrix:
         config:
-          - os: ubuntu-18.04
-            compiler: gcc
-            version: "7"
-
-          - os: ubuntu-18.04
-            compiler: gcc
-            version: "8"
-
           - os: ubuntu-18.04
             compiler: gcc
             version: "9"
@@ -74,10 +66,6 @@ jobs:
             compiler: gcc
             version: "11"
 
-          - os: macOS-10.15
-            compiler: xcode
-            version: "10.3"
-
           - os: macOS-10.15
             compiler: xcode
             version: "11.7"
index 02df590d5eed763d24a39793ab0b1f746924b805..49ae973bfb28208ccacc8bbe21edecca88b482ae 100644 (file)
@@ -17,7 +17,10 @@ RUN apt-get update \
         python3 \
         redis-server \
         redis-tools \
+        software-properties-common \
         wget \
+ && add-apt-repository ppa:ubuntu-toolchain-r/test \
+ && apt install -y --no-install-recommends g++-9 \
  && wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc | gpg --dearmor - >/usr/share/keyrings/kitware-archive-keyring.gpg \
  && echo 'deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ bionic main' >/etc/apt/sources.list.d/kitware.list \
  && apt-get update \