mongo-tools: aarch64 broken

This commit is contained in:
Michael Gehring 2017-09-17 08:22:13 +00:00
parent 68d24c39be
commit 963e116875

View File

@ -15,6 +15,12 @@ homepage="https://github.com/mongodb/mongo-tools"
distfiles="https://github.com/mongodb/${pkgname}/archive/r${version}.tar.gz"
checksum=c842c8e19fc04492817149403b04ad484241351b7b46d46d9f6355019c72c2de
case "$XBPS_TARGET_MACHINE" in
# _build-mongo-tools-xbps/src/github.com/spacemonkeygo/spacelog/capture_other.go:26:9: undefined: syscall.Dup2
# https://github.com/spacemonkeygo/spacelog/issues/6
aarch64*) broken="https://build.voidlinux.eu/builders/aarch64_builder/builds/5088/steps/shell_3/logs/stdio" ;;
esac
do_build() {
local bins="bsondump mongodump mongoexport mongofiles mongoimport mongooplog
mongoreplay mongorestore mongostat mongotop"