[openssh-commits] [openssh] 02/03: prune gcc/clang versions to be tested

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Feb 21 13:44:56 AEDT 2025


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit bc4b3f6dc1738d389e5c9dcca8c56d7e153fee49
Author: Damien Miller <djm at mindrot.org>
AuthorDate: Fri Feb 21 13:44:13 2025 +1100

    prune gcc/clang versions to be tested
    
    Test only the oldest and latest versions of each
---
 .github/workflows/c-cpp.yml | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index e8586df8..f83117dd 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -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 }

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list