]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ci: bump coveralls compiler version to gcc 13
authorKarel Zak <kzak@redhat.com>
Wed, 8 Jan 2025 10:35:03 +0000 (11:35 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 8 Jan 2025 12:56:08 +0000 (13:56 +0100)
coverall CI output:

COMPILER=gcc
COMPILER_VERSION=10
...
Found gcov version: 13.2.0
...
geninfo: ERROR: Incompatible GCC/GCOV version found

Signed-off-by: Karel Zak <kzak@redhat.com>
(cherry picked from commit d8532ef299c2dc5e13489df19fc483a67d45f8f5)

.github/workflows/cibuild.yml

index 3686ebc7cbca79963a74ce74c1a007754f3de54a..8500e4bb2efb2c666967dbea8381862282a669e8 100644 (file)
@@ -60,7 +60,7 @@ jobs:
       cancel-in-progress: true
     env:
       COMPILER: gcc
-      COMPILER_VERSION: 10
+      COMPILER_VERSION: 13
       SANITIZE: no
       COVERAGE: yes
     steps: