From 58f4c08f8b80c50448ca13a230b8b507f9c15c21 Mon Sep 17 00:00:00 2001 From: Felicitas Pojtinger Date: Wed, 19 Jun 2024 16:38:52 -0700 Subject: [PATCH] build: Drop netbsd from supported targets --- Hydrunfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hydrunfile b/Hydrunfile index b82fc6e..8433cdd 100755 --- a/Hydrunfile +++ b/Hydrunfile @@ -47,7 +47,7 @@ if [ "$1" = "go" ]; then make depend # Build - CGO_ENABLED=0 bagop -j "$(nproc)" -b "$2" -x '(android/*|ios/*|plan9/*|aix/*|linux/loong64|freebsd/*|wasip1/*|js/*|openbsd/*|windows/*|darwin/*|solaris/*|dragonfly/*)' -p "make build/$2 DST=\$DST" -d out + CGO_ENABLED=0 bagop -j "$(nproc)" -b "$2" -x '(android/*|ios/*|plan9/*|aix/*|linux/loong64|freebsd/*|wasip1/*|js/*|openbsd/*|windows/*|darwin/*|solaris/*|dragonfly/*|netbsd/*)' -p "make build/$2 DST=\$DST" -d out exit 0