aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorN. Engelhardt <nak@yosyshq.com>2023-01-11 16:05:56 +0100
committerGitHub <noreply@github.com>2023-01-11 16:05:56 +0100
commit41ce00e82a358f9cbb19474be7202899c6af5daa (patch)
treeead4a7e07b69dc3acb3d0fb4461da59497052d77 /.github
parent7b476996df962b63656152f643ff2181143f516e (diff)
parent4fc5207b1e12d52b247de5f102c2ae9a8518ecc4 (diff)
downloadyosys-41ce00e82a358f9cbb19474be7202899c6af5daa.tar.gz
yosys-41ce00e82a358f9cbb19474be7202899c6af5daa.tar.bz2
yosys-41ce00e82a358f9cbb19474be7202899c6af5daa.zip
Merge pull request #3620 from YosysHQ/gcc48_remove
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deprecated.yml21
1 files changed, 0 insertions, 21 deletions
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