]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Use GCC for building packages
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 31 Aug 2020 07:27:10 +0000 (09:27 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 31 Aug 2020 08:34:35 +0000 (10:34 +0200)
It’s the standard compiler and still generates the fastest code.

.github/workflows/build.yaml

index 9b82fba57f8e4b3af90de249d24fa76829c41734..136ac58ae617a17b8996039b3a809f7b0d32bcdc 100644 (file)
@@ -135,16 +135,16 @@ jobs:
 
           - name: Linux binary
             os: ubuntu-20.04
-            CC: clang
-            CXX: clang++
+            CC: gcc
+            CXX: g++
             SPECIAL: build-and-verify-package
             CMAKE_PARAMS: -DCMAKE_BUILD_TYPE=Release
             apt_get: elfutils libzstd-dev ninja-build
 
           - name: Source package
             os: ubuntu-20.04
-            CC: clang
-            CXX: clang++
+            CC: gcc
+            CXX: g++
             SPECIAL: build-and-verify-package-source
             apt_get: elfutils libzstd-dev ninja-build