From 5801152779826481df6da6a2876d4b3aae5533cd Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 11 Jan 2023 09:54:19 +0100 Subject: Deprecate gcc-4.8 --- .github/workflows/deprecated.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/deprecated.yml (limited to '.github') diff --git a/.github/workflows/deprecated.yml b/.github/workflows/deprecated.yml deleted file mode 100644 index 073b9ded3..000000000 --- a/.github/workflows/deprecated.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Deprecated compilers - -on: [push, pull_request] - -jobs: - gcc48: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Build GCC 4.8 - run: | - docker run --rm -v $(pwd):/work yosyshq/deprecated-compilers:1.0 make config-gcc-4.8 - docker run --rm -v $(pwd):/work yosyshq/deprecated-compilers:1.0 make -j8 - - clang39: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Build Clang 3.9 - run: | - docker run --rm -v $(pwd):/work yosyshq/deprecated-compilers:1.0 make CC=clang-3.9 CXX=clang-3.9 LD=clang-3.9 -j8 -- cgit v1.2.3