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 --- all.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'all.sh') diff --git a/all.sh b/all.sh index a7db6d61..e8d5965d 100755 --- a/all.sh +++ b/all.sh @@ -1,10 +1,3 @@ #!/bin/sh -e -TOOLCHAIN_VERSION="$(go version)" -cd "$(dirname -- "$0")/" -echo "Building cmd/dist using ${TOOLCHAIN_VERSION}." -FLAGS='' -if test -n "$VERBOSE"; then - FLAGS="$FLAGS -v" -fi -go run $FLAGS --tags=dist ./cmd/dist +HAKUREI_DIST_MAKE='' exec "$(dirname -- "$0")/cmd/dist/dist.sh" -- cgit v1.3.1