From 8feccb38cd322755eba517376cd7f5408971e52b Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Tue, 16 Aug 2022 08:00:00 +0000 Subject: .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 --- .github/workflows/ci.yml | 46 ---------------------------------------------- 1 file changed, 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: -- cgit v1.2.1