From 4a27adefae6a75a0c5d55e544d7e4d1572563ea6 Mon Sep 17 00:00:00 2001 From: Phani Sajja Date: Wed, 27 Nov 2024 16:04:24 +0530 Subject: [PATCH] remove pre installing studio Signed-off-by: Phani Sajja --- .expeditor/scripts/verify/build_package-aarch64.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.expeditor/scripts/verify/build_package-aarch64.sh b/.expeditor/scripts/verify/build_package-aarch64.sh index 84caf9a1b5..63de42b873 100755 --- a/.expeditor/scripts/verify/build_package-aarch64.sh +++ b/.expeditor/scripts/verify/build_package-aarch64.sh @@ -19,12 +19,9 @@ HAB_CACHE_KEY_PATH="$JOB_TEMP_ROOT/keys" export HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL HAB_STUDIO_SECRET_HAB_FALLBACK_CHANNEL="$HAB_FALLBACK_CHANNEL" -export HAB_PREFER_LOCAL_CHEF_DEPS="true" +export HAB_PREFER_LOCAL_CHEF_DEPS="false" echo "--- :key: Generating temporary origin key" hab origin key generate "$HAB_ORIGIN" echo "--- :hab: Running hab pkg build for $package_path" -# Install the temporarily built hab-studio. -# Once hab is released in the LTS channel, this step may no longer be required. -hab pkg install core/hab-studio -c "$HAB_FALLBACK_CHANNEL" hab pkg build "$package_path"