From 039bc6a9d8e5dbdcc6ab3dc2b07b4b1e267850e3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 7 Jun 2015 08:41:37 +0200 Subject: reproducible coreboot: temporarily disable other archs too --- bin/reproducible_coreboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_coreboot.sh') 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 -- cgit v1.2.3-54-g00ecf