From 13ea750b5397f2c8a8c29bf902986e8c25da02c5 Mon Sep 17 00:00:00 2001 From: Jason Heath Date: Tue, 2 Jul 2024 08:47:36 -0400 Subject: [PATCH] wip 1719924456 Signed-off-by: Jason Heath --- support/ci/builder-dev-plan.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/support/ci/builder-dev-plan.sh b/support/ci/builder-dev-plan.sh index b7a660c7fe..3531d160f4 100644 --- a/support/ci/builder-dev-plan.sh +++ b/support/ci/builder-dev-plan.sh @@ -25,7 +25,8 @@ do_prepare() { # shellcheck disable=2154 do_builder_install() { local pkg_path - pkg_path=$(hab pkg path habitat/"$pkg_name") + pkg_path=$(hab pkg path jasonheath/"$pkg_name") + # JAH: change the jasonheath/ above back to habitat/ build_line "Linking new binary into package" ln -sfv "$CARGO_TARGET_DIR/$rustc_target/${builder_build_type#--}/$bin" \