Text file src/cmd/go/testdata/script/build_arm.txt

     1  [short] skip 'skipping cross-compile in short mode'
     2  
     3  env GOARCH=arm
     4  env GOOS=linux
     5  env GOARM=5
     6  
     7  go build hello.go
     8  ! stderr 'unable to find math.a'
     9  
    10  -- hello.go --
    11  package main
    12  
    13  func main() {}

View as plain text