From 968dce5a70bc7cd9dba4481bf798a07f5ccea0b0 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Wed, 24 May 2023 10:45:26 +0200 Subject: [PATCH] Skip updating of components Signed-off-by: Evan Lezar --- scripts/build-packages.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/build-packages.sh b/scripts/build-packages.sh index 06f8ba0a..de0d658b 100755 --- a/scripts/build-packages.sh +++ b/scripts/build-packages.sh @@ -46,14 +46,6 @@ else targets=${all[@]} fi -echo "Updating components" -"${SCRIPTS_DIR}/update-components.sh" -if [[ -n $(git status -s third_party) && ${ALLOW_LOCAL_COMPONENT_CHANGES} != "true" ]]; then - echo "ERROR: Building with local component changes." - echo "Commit pending changes or rerun with ALLOW_LOCAL_COMPONENT_CHANGES='true'" - exit 1 -fi - eval $(${SCRIPTS_DIR}/get-component-versions.sh)