Skip to content

Commit

Permalink
Build erlang 25.3.2.7 and 26.1.2 (#4)
Browse files Browse the repository at this point in the history
(current latest for these major versions)

Compilation of 26.1.2 fails on bionic with the following error, so it
is skipped for now

```
nifs/common/prim_tty_nif.c:46:10: fatal error: termcap.h: No such file
or directory
```
  • Loading branch information
gomoripeti authored Oct 26, 2023
1 parent fe7e51a commit d14e4da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- "ubuntu:focal"
- "ubuntu:bionic"
erlang_version:
- "26.1.2"
- "26.0"
- "25.3.2.7"
- "25.3"
- "25.2.3"
- "25.2.2"
Expand Down Expand Up @@ -82,6 +84,8 @@ jobs:
- "18.0"
exclude:
# compilation fails on bionic, let's skip it for now
- image: "ubuntu:bionic"
erlang_version: "26.1.2"
- image: "ubuntu:bionic"
erlang_version: "26.0"
steps:
Expand Down

0 comments on commit d14e4da

Please sign in to comment.