diff --git a/components/automate-builder-api-proxy/habitat/plan.sh b/components/automate-builder-api-proxy/habitat/plan.sh index cc59b5ae089..6d8ccc55d92 100644 --- a/components/automate-builder-api-proxy/habitat/plan.sh +++ b/components/automate-builder-api-proxy/habitat/plan.sh @@ -14,16 +14,16 @@ pkg_upstream_url="https://www.chef.io/automate" pkg_svc_user="root" pkg_deps=( - core/coreutils - core/bash - chef/mlsa - "${local_platform_tools_origin:-chef}/automate-platform-tools" + core/coreutils/9.4/20241017111752 + core/bash/5.1/20240105214248 + chef/mlsa/1.0.1/20240125084021 + chef/automate-platform-tools/0.1.0/20241212061203 # We need to pin here to get a build from unstable - habitat/builder-api-proxy + habitat/builder-api-proxy/9639/20240722052815 ) pkg_build_deps=( - core/gcc + core/gcc/9.5.0/20240105175314 ) pkg_binds=( diff --git a/components/automate-builder-api/habitat/plan.sh b/components/automate-builder-api/habitat/plan.sh index adf16f42d09..29a262eeb49 100644 --- a/components/automate-builder-api/habitat/plan.sh +++ b/components/automate-builder-api/habitat/plan.sh @@ -14,10 +14,10 @@ pkg_maintainer="Chef Software Inc. " pkg_license=("Chef-MLSA") pkg_upstream_url="https://www.chef.io/automate" pkg_deps=( - core/bash - "${local_platform_tools_origin:-chef}/automate-platform-tools" + core/bash/5.1/20240105214248 + chef/automate-platform-tools/0.1.0/20241212061203 # We need to pin here to get a build from unstable - habitat/builder-api + habitat/builder-api/10315/20240913162802 ) pkg_binds=( diff --git a/components/automate-es-gateway/habitat/plan.sh b/components/automate-es-gateway/habitat/plan.sh index c3edab5fd05..13eb24597f0 100644 --- a/components/automate-es-gateway/habitat/plan.sh +++ b/components/automate-es-gateway/habitat/plan.sh @@ -50,7 +50,7 @@ pkg_deps=( core/coreutils/8.32/20240105213308 chef/mlsa/1.0.1/20240125084021 core/bash/5.1/20240105214248 - core/curl/8.7.1/20240614090648# health_check + core/curl/8.7.1/20240614090648 #health_check chef/automate-platform-tools/0.1.0/20241212061203 ) diff --git a/scripts/verify_build.sh b/scripts/verify_build.sh index c6412fb1efd..0d7c0bf3625 100755 --- a/scripts/verify_build.sh +++ b/scripts/verify_build.sh @@ -66,9 +66,7 @@ fi # Build all habitat packages that have changed build_commands="" for component in "${changed_components[@]}"; do - if [[ "$component" == "components/automate-builder-api" || - "$component" == "components/automate-builder-api-proxy" || - "$component" == "components/automate-ui" ]]; then + if [[ "$component" == "components/automate-ui" ]]; then echo "Skipping component: $component" continue fi