diff options
author | Dmitry V. Levin <ldv@strace.io> | 2024-10-13 08:00:00 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2024-10-13 08:00:00 +0000 |
commit | 280561e51099be8b540144156d885f1642797c7a (patch) | |
tree | e788c21d539f7a0084347a0ca7e64c259ef38ca7 | |
parent | b7a37362d332421f085ef5ab1fa24681289e7065 (diff) | |
download | pam-280561e51099be8b540144156d885f1642797c7a.tar.gz pam-280561e51099be8b540144156d885f1642797c7a.tar.bz2 pam-280561e51099be8b540144156d885f1642797c7a.zip |
.github: drop old clang jobs
These clang versions suddenly disappeared from ubuntu-22.04 repository,
and it is unlikely that old clang jobs will be missed anyway.
-rw-r--r-- | .github/workflows/ci.yml | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63b573fc..c3e332d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -363,45 +363,3 @@ jobs: run: ci/install-dependencies.sh - name: build check run: ci/autotools-build.sh - - clang13-x86_64: - runs-on: ubuntu-latest - env: - CC: clang-13 - TARGET: x86_64 - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: install dependencies - run: ci/install-dependencies.sh - - name: build check - run: ci/autotools-build.sh - - clang12-x86_64: - runs-on: ubuntu-latest - env: - CC: clang-12 - TARGET: x86_64 - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: install dependencies - run: ci/install-dependencies.sh - - name: build check - run: ci/autotools-build.sh - - clang11-x86_64: - runs-on: ubuntu-latest - env: - CC: clang-11 - TARGET: x86_64 - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: install dependencies - run: ci/install-dependencies.sh - - name: build check - run: ci/autotools-build.sh |