1
0
forked from rosa/hakurei

cmd/dist: optionally skip tests

Works around incomplete syscall translation by qemu.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-10 04:14:12 +09:00
parent 92c48d82e2
commit ee5c0dd135
4 changed files with 24 additions and 15 deletions

3
make.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh -e
HAKUREI_DIST_MAKE=1 exec "$(dirname -- "$0")/cmd/dist/dist.sh"