diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-07 08:41:37 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-07 08:41:37 +0200 |
commit | 039bc6a9d8e5dbdcc6ab3dc2b07b4b1e267850e3 (patch) | |
tree | 69837253f3622b94e1748c1ca9a3fd5cdd72cf3a /bin | |
parent | c8755e5d10b00ea98f8aede4f219286929ab954b (diff) | |
download | jenkins.debian.net-039bc6a9d8e5dbdcc6ab3dc2b07b4b1e267850e3.tar.xz |
reproducible coreboot: temporarily disable other archs too
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_coreboot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh index bf34ad85..32dc126d 100755 --- a/bin/reproducible_coreboot.sh +++ b/bin/reproducible_coreboot.sh @@ -14,7 +14,7 @@ common_init "$@" set -e # build for different architectures -ARCHS="i386 mips arm riscv" # arm64 +ARCHS="i386" # mips arm riscv" # arm64 cleanup_tmpdir() { cd |