mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 17:15:33 +00:00
Deprecate gcc-4.8
This commit is contained in:
parent
7b476996df
commit
5801152779
10 changed files with 58 additions and 127 deletions
21
.github/workflows/deprecated.yml
vendored
21
.github/workflows/deprecated.yml
vendored
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue