diff options
author | Ondřej Surý <ondrej@sury.org> | 2012-04-15 10:47:26 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2012-04-15 10:47:44 +0200 |
commit | a90cb12bf263a06fbe2e08978a6010138b672260 (patch) | |
tree | 3060acc8bdb5d5f2c0fc670aea61a2208e1c2392 | |
parent | 68fda854ccfa4672b6b0dad717b0eca663354c26 (diff) | |
download | golang-a90cb12bf263a06fbe2e08978a6010138b672260.tar.gz |
Disable tests on armel, but the invalid instruction needs fixing in upstream
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 743a33de0..d0effbc1e 100755 --- a/debian/rules +++ b/debian/rules @@ -112,6 +112,7 @@ else ifeq ($(DEB_HOST_ARCH_CPU), arm) GOARCH := arm GOPREFIX := 5 ifeq ($(DEB_HOST_ARCH), armel) + nocheck := ! : GOARM := 5 else ifeq ($(DEB_HOST_ARCH), armhf) GOARM := 6 |