Skip to content
Snippets Groups Projects
Commit 30a03ce6 authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

misc/py-wandb: Broken on armv7

Reported by:	fallout
parent b9994ae1
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ WWW= https://wandb.ai/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_armv7= compilation fails: Go fails: cannot use math.MaxInt64 (untyped int constant 9223372036854775807) as int value in argument to strconv.Itoa (overflows)
BROKEN_i386= compilation fails: Go fails: cannot use math.MaxInt64 (untyped int constant 9223372036854775807) as int value in argument to strconv.Itoa (overflows)
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment