summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2022-08-16 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2022-08-16 08:00:00 +0000
commit8feccb38cd322755eba517376cd7f5408971e52b (patch)
treec6f1663bc79ccefe343284ea234380e8744c39f8
parent5be6f0b6d50782e5fa98a7f235c68892df5c6d6d (diff)
downloadstrace-8feccb38cd322755eba517376cd7f5408971e52b.tar.gz
.github: remove gcc7 jobs
This old compiler was provided by the old version of the OS that is currently being deprecated by github actions. * .github/workflows/ci.yml (gcc7-x86_64-kheaders, gcc7-x86_64-dw, gcc7-x86_64-unwind): Remove. Link: https://github.com/actions/runner-images/issues/6002
-rw-r--r--.github/workflows/ci.yml46
1 files changed, 0 insertions, 46 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8a2eb1306..8a78b45a3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -230,52 +230,6 @@ jobs:
- name: build check
run: ci/run-build-and-tests.sh
- gcc7-x86_64-kheaders:
- runs-on: ubuntu-18.04
- env:
- CC: gcc
- KHEADERS: torvalds/linux
- STACKTRACE: no
- TARGET: x86_64
- steps:
- - uses: actions/checkout@v2
- with:
- fetch-depth: 0
- - name: install dependencies
- run: ci/install-dependencies.sh
- - name: build check
- run: ci/run-build-and-tests.sh
-
- gcc7-x86_64-dw:
- runs-on: ubuntu-18.04
- env:
- CC: gcc
- STACKTRACE: libdw
- TARGET: x86_64
- steps:
- - uses: actions/checkout@v2
- with:
- fetch-depth: 0
- - name: install dependencies
- run: ci/install-dependencies.sh
- - name: build check
- run: ci/run-build-and-tests.sh
-
- gcc7-x86_64-unwind:
- runs-on: ubuntu-18.04
- env:
- CC: gcc
- STACKTRACE: libunwind
- TARGET: x86_64
- steps:
- - uses: actions/checkout@v2
- with:
- fetch-depth: 0
- - name: install dependencies
- run: ci/install-dependencies.sh
- - name: build check
- run: ci/run-build-and-tests.sh
-
clang14-x86_64-kheaders:
runs-on: ubuntu-22.04
env: