Commit 7b82552
committed
Bump minimum OTP version to 26, Elixir to 1.17
Simplify tests and remove support for opcodes that are not emitted by OTP26+,
significantly reducing the virtual machine size.
Update build-and-test.yaml workflow matrix with 42 jobs:
- every compiler
- latest three OTP versions with default compiler versions
- two previous Elixir versions (1.17 and 1.18) with compatible OTP versions
among the last three
- arm64 with and without JIT
- armv6m with and without JIT
- riscv32 with and without JIT
- i386
- s390x
- x86-64 with JIT
- stacktraces disabled
- 32 bits floats
- OTP master and Elixir main
- -Os optimization on x86-64
Signed-off-by: Paul Guyot <[email protected]>1 parent 57de799 commit 7b82552
File tree
23 files changed
+494
-1858
lines changed- .github/workflows
- doc
- src
- libs
- src/libAtomVM
- tests
- erlang_tests
- libs
- eavmlib
- estdlib
23 files changed
+494
-1858
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | 70 | | |
72 | 71 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | 72 | | |
87 | 73 | | |
88 | 74 | | |
| |||
0 commit comments