eduvpn-common: mark broken on musl
This commit is contained in:
parent
e8c5db224c
commit
ab00b15977
1 changed files with 5 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue