Skip to content
Snippets Groups Projects
Commit 830dc4db authored by Leo's avatar Leo
Browse files

testing/kompose: disable on mips/mips64

../../../../pkg/mod/github.com/docker/docker@v17.12.0-ce-rc1.0.20180220021536-8e435b8279f2+incompatible/pkg/system/stat_linux.go:11:3: cannot use s.Rdev (type uint32) as type uint64 in field value
parent f3688949
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ pkgrel=0 ...@@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Tool to move from docker-compose to Kubernetes" pkgdesc="Tool to move from docker-compose to Kubernetes"
url="https://kompose.io/" url="https://kompose.io/"
license="Apache-2.0" license="Apache-2.0"
arch="all" arch="all !mips !mips64" # fails to build
options="chmod-clean !check" # Require access to /tmp + bash, jq, ncurses options="chmod-clean !check" # Require access to /tmp + bash, jq, ncurses
makedepends="go" makedepends="go"
subpackages="$pkgname-bash-completion $pkgname-zsh-completion" subpackages="$pkgname-bash-completion $pkgname-zsh-completion"
......
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