eduvpn-common: mark broken on musl
This commit is contained in:
@@ -12,6 +12,11 @@ homepage="https://www.eduvpn.org/"
|
||||
distfiles="https://github.com/eduvpn/eduvpn-common/releases/download/${version}/eduvpn-common-${version}.tar.xz"
|
||||
checksum=22e4c21b70ccd94ca293bbb65ae01aefa7fa328cf204416e3ac8da9741a8a2ce
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
# Creating shared libraries for musl with go isn't fully supported
|
||||
broken="https://github.com/golang/go/issues/54805"
|
||||
fi
|
||||
|
||||
do_build() {
|
||||
go build -x -o libeduvpn_common-${version}.so \
|
||||
-mod="vendor" -modcacherw \
|
||||
|
||||
Reference in New Issue
Block a user