aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-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