Skip to content

Commit

Permalink
remove pre installing studio
Browse files Browse the repository at this point in the history
Signed-off-by: Phani Sajja <[email protected]>
  • Loading branch information
sajjaphani committed Nov 27, 2024
1 parent 9ca14b6 commit 4a27ade
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .expeditor/scripts/verify/build_package-aarch64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 4a27ade

Please sign in to comment.