diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-06 01:07:55 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-06 01:07:55 +0200 |
commit | c8430dbcfeaeeae801b2402417006ae486c45402 (patch) | |
tree | 538b2c5dc4dac98916e16d73b6c082ac7436f317 | |
parent | 4c0c59b1e34d05de3b224a3d18d3a77dd6fc2dda (diff) | |
download | jenkins.debian.net-c8430dbcfeaeeae801b2402417006ae486c45402.tar.xz |
reproducible netbsd: also test amd64
-rw-r--r-- | TODO | 1 | ||||
-rwxr-xr-x | bin/reproducible_netbsd.sh | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -255,7 +255,6 @@ properties: ==== reproducible netbsd -* make it work * use NetBSD css and logo * link from dashboard * announce on their list diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh index 5e3b2d39..649ca6d6 100755 --- a/bin/reproducible_netbsd.sh +++ b/bin/reproducible_netbsd.sh @@ -14,7 +14,7 @@ common_init "$@" set -e # build for these architectures -ARCHS="sparc64" +ARCHS="sparc64 amd64" cleanup_tmpdirs() { cd |