Skip to content

Commit

Permalink
fedora: use/test 33 instead of 31
Browse files Browse the repository at this point in the history
  • Loading branch information
eine committed Nov 12, 2020
1 parent 9d662a4 commit 1d5502b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
{ distro: arch, version: '' },
{ distro: debian, version: buster },
{ distro: debian, version: bullseye },
{ distro: fedora, version: 31 },
{ distro: fedora, version: 32 },
{ distro: fedora, version: 33 },
{ distro: ubuntu, version: 18 },
{ distro: ubuntu, version: 20 },
{ distro: ls, version: debian },
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ jobs:
{ distro: ubuntu18, backend: mcode , args: "" },
{ distro: ubuntu20, backend: mcode , args: "" },
{ distro: fedora31, backend: mcode , args: "" },
{ distro: fedora32, backend: mcode , args: "" },
{ distro: fedora33, backend: mcode , args: "" },
#{ distro: buster, backend: llvm-7, args: "" },
{ distro: bullseye, backend: llvm-9, args: "" },
{ distro: ubuntu18, backend: llvm-5.0, args: "" },
{ distro: ubuntu20, backend: llvm-10 , args: "" },
{ distro: fedora31, backend: llvm, args: "" },
{ distro: fedora32, backend: llvm, args: "" },
{ distro: fedora33, backend: llvm, args: "" },
#{ distro: buster, backend: gcc-8.3.0, args: "" },
{ distro: bullseye, backend: gcc-9.1.0, args: "" },
{ distro: fedora31, backend: gcc-8.2.0, args: "" },
{ distro: fedora32, backend: gcc-9.2.0, args: "" },
{ distro: fedora32, backend: gcc-8.2.0, args: "" },
{ distro: fedora33, backend: gcc-9.2.0, args: "" },
]
runs-on: ubuntu-latest
steps:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ See [USE_CASES.md](./USE_CASES.md) if you are looking for usage examples from a
Build and push all the `ghdl/build:*` and `ghdl/run:*` docker images. :

- A pair of images is created in one job for each of `[ ls-debian, ls-ubuntu ]`.
- One job is created for each of `[ fedora (31 | 32), debian (buster | bullseye), ubuntu (18 | 20)]`, and six images are created in each job; two (`ghdl/build:*`, `ghdl/run:*`) for each supported backend `[ mcode, llvm*, gcc ]`.
- One job is created for each of `[ fedora (32 | 33), debian (buster | bullseye), ubuntu (18 | 20)]`, and six images are created in each job; two (`ghdl/build:*`, `ghdl/run:*`) for each supported backend `[ mcode, llvm*, gcc ]`.

### · [test](.github/workflows/test.yml) (15 jobs -max 3-, 30 images) [weekly]

Build and push almost all the `ghdl/ghdl:*` and `ghdl/pkg:*` images. A pair of images is created in one job for each combination of:

- `[ fedora: [31, 32], debian: [bullseye], ubuntu: [18, 20] ]` and `[mcode, llvm*]`.
- `[ fedora: [31, 32], debian: [buster, bullseye] ]` and `[gcc*]`.
- `[ fedora: [32, 33], debian: [bullseye], ubuntu: [18, 20] ]` and `[mcode, llvm*]`.
- `[ fedora: [32, 33], debian: [buster, bullseye] ]` and `[gcc*]`.
- For Debian only, `[buster, bullseye]` and `[mcode]` and `[--gpl]`.

The procedure in each job is as follows:
Expand Down

0 comments on commit 1d5502b

Please sign in to comment.