broken on all except x86_64
This commit is contained in:
parent
43f3ceeaf1
commit
a3a8f5016b
@ -20,6 +20,11 @@ gogs_shell="/bin/bash"
|
|||||||
|
|
||||||
export CGO_ENABLED=1
|
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() {
|
post_extract() {
|
||||||
mkdir tmp
|
mkdir tmp
|
||||||
mkdir -p $GOPATH/src/github.com/gogits
|
mkdir -p $GOPATH/src/github.com/gogits
|
||||||
|
Loading…
x
Reference in New Issue
Block a user