From ee5c0dd13529c20761209c8f4fb26b3816866bc5 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 10 May 2026 04:14:12 +0900 Subject: cmd/dist: optionally skip tests Works around incomplete syscall translation by qemu. Signed-off-by: Ophestra --- make.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 make.sh (limited to 'make.sh') 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" -- cgit v1.3.1