From de9b2f7ff3824dcd06d0dca9bb2815f673d6ebe1 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 11 Sep 2026 07:42:37 +0200 Subject: [PATCH] paperclip: install the rust toolchain needed by the runner build (#17142) --- ct/paperclip.sh | 2 ++ install/paperclip-install.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/ct/paperclip.sh b/ct/paperclip.sh index 01ac6ce2a..72248a57d 100644 --- a/ct/paperclip.sh +++ b/ct/paperclip.sh @@ -43,6 +43,8 @@ function update_script() { restore_backup + setup_rust + msg_info "Rebuilding Paperclip" cd /opt/paperclip-ai export HUSKY=0 diff --git a/install/paperclip-install.sh b/install/paperclip-install.sh index 3f4624006..f37e63515 100644 --- a/install/paperclip-install.sh +++ b/install/paperclip-install.sh @@ -23,6 +23,7 @@ msg_ok "Installed Dependencies" NODE_VERSION="24" NODE_MODULE="pnpm" setup_nodejs PG_VERSION="17" setup_postgresql PG_DB_NAME="paperclip" PG_DB_USER="paperclip" setup_postgresql_db +setup_rust fetch_and_deploy_gh_release "paperclip-ai" "paperclipai/paperclip" "tarball"