eduvpn-common: mark broken on musl

This commit is contained in:
John 2023-09-17 14:59:25 +02:00
parent e8c5db224c
commit ab00b15977

View file

@ -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 \