From f5eb00557079f4aa72e4ad10b21f144ac6af8ee5 Mon Sep 17 00:00:00 2001 From: Phani Sajja Date: Mon, 28 Oct 2024 18:28:47 +0530 Subject: [PATCH] temporarily prefer local hab* pkgs Signed-off-by: Phani Sajja --- .expeditor/verify.pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index a9a35814a8..aea94486af 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -897,6 +897,7 @@ steps: HAB_BLDR_CHANNEL: "LTS-2024" HAB_REFRESH_CHANNEL: "LTS-2024" HAB_FALLBACK_CHANNEL: "lts24-aarch64-linux" + HAB_PREFER_LOCAL_CHEF_DEPS: "true" BUILD_PKG_TARGET: "aarch64-linux" command: - sudo -E .expeditor/scripts/verify/build_package-aarch64.sh components/backline @@ -1074,6 +1075,7 @@ steps: HAB_BLDR_CHANNEL: "LTS-2024" HAB_REFRESH_CHANNEL: "LTS-2024" HAB_FALLBACK_CHANNEL: "lts24-aarch64-linux" + HAB_PREFER_LOCAL_CHEF_DEPS: "true" BUILD_PKG_TARGET: "aarch64-linux" command: - sudo -E .expeditor/scripts/verify/build_package-aarch64.sh components/plan-build @@ -1103,6 +1105,7 @@ steps: HAB_BLDR_CHANNEL: "LTS-2024" HAB_REFRESH_CHANNEL: "LTS-2024" HAB_FALLBACK_CHANNEL: "lts24-aarch64-linux" + HAB_PREFER_LOCAL_CHEF_DEPS: "true" BUILD_PKG_TARGET: "aarch64-linux" command: - sudo -E .expeditor/scripts/verify/build_package-aarch64.sh components/studio