broken on all except x86_64

This commit is contained in:
Enno Boland 2017-08-23 10:20:44 +02:00
parent 43f3ceeaf1
commit a3a8f5016b

View File

@ -20,6 +20,11 @@ gogs_shell="/bin/bash"
export CGO_ENABLED=1
if [ "$XBPS_TARGET_MACHINE" != x86_64 ]; then
broken=https://build.voidlinux.eu/builders/i686_builder/builds/4423/steps/shell_3/logs/stdio
fi
post_extract() {
mkdir tmp
mkdir -p $GOPATH/src/github.com/gogits