diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-06 11:45:30 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-06 11:45:30 +0200 |
commit | 09fd07b6b73e209d1da3e2809e6661ab35ba8d00 (patch) | |
tree | ab979df05743779fb6611de90f639aa88f774b77 | |
parent | b6882a6053030dafbd63a659d50d5d968317016b (diff) | |
download | jenkins.debian.net-09fd07b6b73e209d1da3e2809e6661ab35ba8d00.tar.xz |
reproducible netbsd: only build sparc64 for now
-rwxr-xr-x | bin/reproducible_netbsd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh index 91adf1df..df3cbcb0 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 amd64" +ARCHS="sparc64" cleanup_tmpdirs() { cd |