summaryrefslogtreecommitdiff
path: root/helpers/lh_bootstrap_cache
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-10-10 11:39:55 +0200
committerDaniel Baumann <daniel@debian.org>2007-10-10 11:39:55 +0200
commitf712678141476a6675168ef967e1676d02a6700b (patch)
treed71abee033e472d3013bb5f35169fb403ff5efd9 /helpers/lh_bootstrap_cache
parent687aee76e97c114558dc318af1f52d30fceb7e7e (diff)
downloadvyos-live-build-f712678141476a6675168ef967e1676d02a6700b.tar.gz
vyos-live-build-f712678141476a6675168ef967e1676d02a6700b.zip
Adding check to fail if a cross build is started (Closes: #444669, #444670).
Diffstat (limited to 'helpers/lh_bootstrap_cache')
-rwxr-xr-xhelpers/lh_bootstrap_cache3
1 files changed, 3 insertions, 0 deletions
diff --git a/helpers/lh_bootstrap_cache b/helpers/lh_bootstrap_cache
index 66f57c203..4efeba398 100755
--- a/helpers/lh_bootstrap_cache
+++ b/helpers/lh_bootstrap_cache
@@ -33,6 +33,9 @@ Read_conffile config/source
Read_conffile "${LH_CONFIG}"
Set_defaults
+# Check architecture
+Check_crossarchitecture
+
Echo_message "Begin caching bootstrap stage..."
for STAGE in ${LH_CACHE_STAGES}