diff --git a/srcpkgs/mongo-tools/template b/srcpkgs/mongo-tools/template index 726643629ee..a900ae8184b 100644 --- a/srcpkgs/mongo-tools/template +++ b/srcpkgs/mongo-tools/template @@ -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"