Commit 38ead37
committed
Enable JIT, install g++
Erlang 24 provide JIT support that requires c++17-compatible compiler.
Without the g++ package, `autoconf` considers this support missing and
therefore silently disables JIT. This commits makes sure that:
1. g++ is installed (this makes `autoconf` detect it correctly as
c++17-compatible)
2. Explicitly enables JIT so that it fails in case something changes in
the future. JIT is a great feature so we don't want it being silently
turned off for any reason.
Co-authored-by: Michal Kuratczyk <mkuratczyk@vmware.com>1 parent 8942a4b commit 38ead37
File tree
6 files changed
+12
-0
lines changed- 3.8-rc
- alpine
- ubuntu
- 3.8
- alpine
- ubuntu
6 files changed
+12
-0
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
| 142 | + | |
141 | 143 | | |
142 | 144 | | |
143 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
| 149 | + | |
148 | 150 | | |
149 | 151 | | |
150 | 152 | | |
| |||
0 commit comments