]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
prune gcc/clang versions to be tested
authorDamien Miller <djm@mindrot.org>
Fri, 21 Feb 2025 02:44:13 +0000 (13:44 +1100)
committerDamien Miller <djm@mindrot.org>
Fri, 21 Feb 2025 02:44:13 +0000 (13:44 +1100)
Test only the oldest and latest versions of each

.github/workflows/c-cpp.yml

index e8586df8b6f6f5df66db6788fbe97190b84ac202..f83117dd5622b815ea958c0a60c49a63f389c92c 100644 (file)
@@ -33,18 +33,10 @@ jobs:
           - { target: ubuntu-22.04, config: c89 }
           - { target: ubuntu-22.04, config: clang-11 }
           - { target: ubuntu-22.04, config: clang-12-Werror }
-          - { target: ubuntu-22.04, config: clang-13 }
           - { target: ubuntu-22.04, config: clang-14 }
-          #- { target: ubuntu-22.04, config: clang-6.0 }
-          #- { target: ubuntu-22.04, config: clang-8 }
-          #- { target: ubuntu-22.04, config: clang-9 }
-          #- { target: ubuntu-22.04, config: clang-10 }
           - { target: ubuntu-22.04, config: clang-sanitize-address }
           - { target: ubuntu-22.04, config: clang-sanitize-undefined }
-          #- { target: ubuntu-22.04, config: gcc-7 }
-          #- { target: ubuntu-22.04, config: gcc-8 }
           - { target: ubuntu-22.04, config: gcc-9 }
-          - { target: ubuntu-22.04, config: gcc-10 }
           - { target: ubuntu-22.04, config: gcc-11-Werror }
           - { target: ubuntu-22.04, config: gcc-12-Werror }
           - { target: ubuntu-22.04, config: gcc-sanitize-address }
@@ -63,17 +55,8 @@ jobs:
           - { target: ubuntu-22.04, config: valgrind-4 }
           - { target: ubuntu-22.04, config: valgrind-unit }
           - { target: ubuntu-22.04, config: without-openssl }
-          - { target: ubuntu-latest, config: gcc-9 }
-          - { target: ubuntu-latest, config: gcc-10 }
-          - { target: ubuntu-latest, config: gcc-11 }
-          - { target: ubuntu-latest, config: gcc-12 }
-          - { target: ubuntu-latest, config: gcc-13 }
           - { target: ubuntu-latest, config: gcc-14 }
-          - { target: ubuntu-latest, config: clang-14 }
           - { target: ubuntu-latest, config: clang-15 }
-          - { target: ubuntu-latest, config: clang-16 }
-          - { target: ubuntu-latest, config: clang-17 }
-          - { target: ubuntu-latest, config: clang-18 }
           - { target: ubuntu-latest, config: clang-19 }
           - { target: ubuntu-latest, config: boringssl }
           - { target: ubuntu-latest, config: aws-lc }