Mark as BROKEN on aarch64: attempts to fetch files during build.

This may actually be an infrastructure error.  It seems that the files
called out in GH_TUPLE are not being fetched in the fetch phase -- but
only on aarch64.  (The amd64 fetch works.)  Later, this causes the
following error:

  ===>  Building bapu from bitbucket.org/carlostrub/bapu
  go: github.com/davecgh/go-spew@v1.1.1: Get "https://proxy.golang.org/github.com/davecgh/go-spew/@v/v1.1.1.mod": dial tcp xxx.xxx.xxx.xxx:443: connect: can't assign requested address

which is the behavior we expect from the package building machines.

Note: this package has not yet been attempted on armv6/armv7/powerpc64,
so it is unknown how it will fare on them.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2020-08-23 18:45:33 +00:00
parent adc3d9b03c
commit b693c761b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545835

View File

@ -15,6 +15,8 @@ COMMENT= Virtual Machine Controller for Gandi.net
LICENSE= BSD3CLAUSE
BROKEN_aarch64= fails to build: attempts to fetch during build stage
USES= go:modules tar:bzip2
USE_GITHUB= nodefault