Commit f392e25
authored
ci: add nanvix-unstable compile checks to CI and Justfile (#1294)
Add CI coverage for the nanvix-unstable feature flag to catch
compilation regressions on the non-CoW code path.
Note: only compile checks are added, not test runs, because the
standard Hyperlight test guests require CoW paging which is disabled
under nanvix-unstable.
Changes:
- Justfile check: verify nanvix-unstable and nanvix-unstable+executable_heap
compile on the host
- Justfile check-i686: verify hyperlight-common builds for i686 with
nanvix-unstable enabled
Signed-off-by: danbugs <danilochiarlone@gmail.com>1 parent 564aacb commit f392e25
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| 264 | + | |
264 | 265 | | |
265 | 266 | | |
266 | 267 | | |
| |||
283 | 284 | | |
284 | 285 | | |
285 | 286 | | |
| 287 | + | |
| 288 | + | |
286 | 289 | | |
287 | 290 | | |
288 | 291 | | |
| |||
0 commit comments