From acce801b41fd593285da90f3221eaa6006c2aea4 Mon Sep 17 00:00:00 2001 From: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> Date: Fri, 25 Jun 2021 09:23:27 -0700 Subject: [PATCH] SPEC-7435 Vegetation Tests Reference Missing File: Mocks/MockSpawnableEntitiesInterface.h --- scripts/build/Platform/Mac/build_mac.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/build/Platform/Mac/build_mac.sh b/scripts/build/Platform/Mac/build_mac.sh index f8ed570ed3..00254a2974 100755 --- a/scripts/build/Platform/Mac/build_mac.sh +++ b/scripts/build/Platform/Mac/build_mac.sh @@ -31,6 +31,11 @@ else RUN_CONFIGURE=1 fi fi + +# temporarily enabling cmake regeneration for this platform +# We have observed cases where continous integration has not regenerated but a regeneration was required, leaving the build in a bad state +RUN_CONFIGURE=1 + if [[ ! -z "$RUN_CONFIGURE" ]]; then # have to use eval since $CMAKE_OPTIONS (${EXTRA_CMAKE_OPTIONS}) contains quotes that need to be processed echo [ci_build] ${CONFIGURE_CMD}