diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-11 12:02:03 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-11 12:02:03 +0200 |
commit | aeebb21719a4999cbdc658c51b3627e757a9c968 (patch) | |
tree | e74b4512b271376dac2909f4f5cf12129419fd25 /bin | |
parent | e1628cad70c2ac34e0c4937ac8030e2c7cb93577 (diff) | |
download | jenkins.debian.net-aeebb21719a4999cbdc658c51b3627e757a9c968.tar.xz |
reproducible: architecture 'arm' is not to be build on armhf
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 1c50493b..5ddd8400 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -523,7 +523,7 @@ check_suitability() { break fi # special case arm… - if [ "$ARCH" = "armhf" ] && ( [ "$arch" = "any-arm" ] || [ "$arch" = "arm" ] ) ; then + if [ "$ARCH" = "armhf" ] && [ "$arch" = "any-arm" ] ; then SUITABLE=true break fi |