From bdda5794c187c09b88705e37d02777f398247884 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Tue, 3 Mar 2026 18:09:38 +0300 Subject: [PATCH] show verbose output for shell-gpt install on OpenBSD Rust compilation of jiter/pydantic-core takes 20+ minutes on ARM64. Without verbose output the install appears to hang. Co-Authored-By: Claude Opus 4.6 --- run_onchange_after_install_main_deps.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_onchange_after_install_main_deps.sh.tmpl b/run_onchange_after_install_main_deps.sh.tmpl index 89e2d8a..6170078 100644 --- a/run_onchange_after_install_main_deps.sh.tmpl +++ b/run_onchange_after_install_main_deps.sh.tmpl @@ -460,7 +460,7 @@ fi new_line "Installing shell-gpt" {{ if eq .chezmoi.os "openbsd" -}} -$SUDO sh -c 'TMPDIR=/tmp CARGO_HOME=/tmp/cargo PIP_CACHE_DIR=/tmp/pip-cache PIPX_HOME=/usr/local/lib/pipx PIPX_BIN_DIR=/usr/local/bin pipx install shell-gpt' 2>&1|pad +$SUDO sh -c 'TMPDIR=/tmp CARGO_HOME=/tmp/cargo PIP_CACHE_DIR=/tmp/pip-cache PIPX_HOME=/usr/local/lib/pipx PIPX_BIN_DIR=/usr/local/bin pipx install --verbose shell-gpt' {{ else -}} pipx install shell-gpt 2>&1|pad {{ end -}}