Skip to content
Snippets Groups Projects
Commit bc66a19b authored by Kevin Daudt's avatar Kevin Daudt :computer:
Browse files

testing/jfrog-cli: disable on mips64 due to build error

Fails with:

> # github.com/pkg/term/termios
> ../../../../../go/pkg/mod/github.com/pkg/term@v0.0.0-20190109203006-aa71e9d9e942/termios/termios_linux.go:78:61:
> attr.Ispeed undefined (type *syscall.Termios has no field or method Ispeed)
> ../../../../../go/pkg/mod/github.com/pkg/term@v0.0.0-20190109203006-aa71e9d9e942/termios/termios_linux.go:81:61:
> attr.Ospeed undefined (type *syscall.Termios has no field or method Ospeed)
parent e87332ff
No related branches found
No related tags found
2 merge requests!11958community/rclone: upgrade to 1.52.3,!9763[3.12] community/znc: upgrade to 1.8.1
......@@ -4,7 +4,7 @@ pkgver=1.36.0
pkgrel=0
pkgdesc="JFrog cli"
url="https://jfrog.com/getcli/"
arch="all"
arch="all !mips !mips64" # ftbfs
license="Apache-2.0"
makedepends="go"
options="!check"
......
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