From 05f6fdbcc15637ba7c6902defc1ee4f05d81a866 Mon Sep 17 00:00:00 2001 From: odino Date: Sat, 26 Jan 2019 19:27:59 +0400 Subject: [PATCH] tmp commenting out bsd --- scripts/release.abs | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/scripts/release.abs b/scripts/release.abs index cb4abb50..182afb6b 100644 --- a/scripts/release.abs +++ b/scripts/release.abs @@ -16,6 +16,19 @@ # "dragonfly/amd64" # "android/arm" # "solaris/amd64" + +# freebsd and netbsd can be easily +# built, but we opt to keep them +# out as the userbase doesn't seem +# to be there. +# +# "freebsd/386", +# "freebsd/amd64", +# "freebsd/arm", +# "netbsd/386", +# "netbsd/amd64", +# "netbsd/arm" + platforms = [ "linux/386", "linux/amd64", @@ -28,13 +41,7 @@ platforms = [ "windows/amd64", "windows/386", "darwin/amd64", - "darwin/386", - "freebsd/386", - "freebsd/amd64", - "freebsd/arm", - "netbsd/386", - "netbsd/amd64", - "netbsd/arm" + "darwin/386" ] echo("Deleting previous builds...")