aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2024-10-13 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2024-10-13 08:00:00 +0000
commit280561e51099be8b540144156d885f1642797c7a (patch)
treee788c21d539f7a0084347a0ca7e64c259ef38ca7
parentb7a37362d332421f085ef5ab1fa24681289e7065 (diff)
downloadpam-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.yml42
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