diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2021-11-13 20:36:38 +0100 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2021-11-13 20:36:59 +0100 |
commit | ec807886c5cc897e06c535a13ad7dc369fee6f16 (patch) | |
tree | f5e3e7fb10c35744b35bd042c71548c832dbb449 /sysutils/ipfs-go-fs-repo-migrations | |
parent | sysutils/docker: Mark broken on aarch64. (diff) |
sysutils/ipfs-go-fs-repo-migrations: Mark broken on aarch64.
Diffstat (limited to 'sysutils/ipfs-go-fs-repo-migrations')
-rw-r--r-- | sysutils/ipfs-go-fs-repo-migrations/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/ipfs-go-fs-repo-migrations/Makefile b/sysutils/ipfs-go-fs-repo-migrations/Makefile index 69763e4b74a6..38787b751712 100644 --- a/sysutils/ipfs-go-fs-repo-migrations/Makefile +++ b/sysutils/ipfs-go-fs-repo-migrations/Makefile @@ -10,6 +10,8 @@ COMMENT= Migrations for the filesystem repository of ipfs clients LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= fails to build: sys/unix/cap_freebsd.go:18:23: undefined: CAP_RIGHTS_VERSION_00 + ONLY_FOR_ARCHS= aarch64 amd64 i386 USES= go:modules |