aboutsummaryrefslogtreecommitdiffhomepage
path: root/make.sh
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-05-10 04:14:12 +0900
committerOphestra <cat@gensokyo.uk>2026-05-10 04:15:07 +0900
commitee5c0dd13529c20761209c8f4fb26b3816866bc5 (patch)
tree56a40400565d1fc5d58ef16af682176f463af990 /make.sh
parent92c48d82e25906e7202bf077c62390db62f71a61 (diff)
cmd/dist: optionally skip tests
Works around incomplete syscall translation by qemu. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/make.sh b/make.sh
new file mode 100755
index 00000000..e1eef6b7
--- /dev/null
+++ b/make.sh
@@ -0,0 +1,3 @@
+#!/bin/sh -e
+
+HAKUREI_DIST_MAKE=1 exec "$(dirname -- "$0")/cmd/dist/dist.sh"