v2ray: mark broken

This commit is contained in:
Duncaen
2023-08-24 12:23:08 +02:00
parent f71484a9a6
commit 1175d402d0

View File

@@ -20,6 +20,8 @@ system_accounts="_v2ray"
export GOFLAGS="-x -p=$XBPS_MAKEJOBS -buildmode=pie -trimpath" export GOFLAGS="-x -p=$XBPS_MAKEJOBS -buildmode=pie -trimpath"
export CGO_ENABLED=0 export CGO_ENABLED=0
broken="GOTOOLCHAIN not supported"
pre_build() { pre_build() {
export GOTOOLCHAIN="go1.20.7" export GOTOOLCHAIN="go1.20.7"
} }