Mark BROKEN: fails to build

./filecompare.go:12:21: invalid operation: fstat.Ino == state.Inode (mismatched types uint64 and uint32)
./filecompare.go:12:49: invalid operation: fstat.Dev == state.Device (mismatched types uint64 and uint32)

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2019-03-05 17:05:00 +00:00
parent 1036ee6aa4
commit 4432c31f1f

View file

@ -9,6 +9,8 @@ COMMENT= Collect logs locally in preparation for processing elsewhere!
LICENSE= APACHE20
BROKEN= fails to build
BUILD_DEPENDS= go:lang/go
USES= go