[short] skip 'skipping cross-compile in short mode'

env GOARCH=arm
env GOOS=linux
env GOARM=5

go build hello.go
! stderr 'unable to find math.a'

-- hello.go --
package main

func main() {}