From a0c6808ff122016ba5cd7999ecf5bc215667b9c5 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Fri, 17 Jul 2026 14:18:19 +0200 Subject: [PATCH] AFFiNE: Bump to 0.27.0 --- ct/affine.sh | 3 ++- install/affine-install.sh | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ct/affine.sh b/ct/affine.sh index 236a225bd..ce9f23c6d 100644 --- a/ct/affine.sh +++ b/ct/affine.sh @@ -51,11 +51,12 @@ function update_script() { export VITE_CORE_COMMIT_SHA=$(cat ~/.affine_app) # Initialize git repo (required for build process) + export HUSKY=0 $STD git init -q $STD git config user.email "build@local" $STD git config user.name "Build" $STD git add -A - $STD git commit -q -m "update" + $STD git commit -q -m "update" --no-verify --allow-empty # Force Turbo to run sequentially mkdir -p /opt/affine/.turbo diff --git a/install/affine-install.sh b/install/affine-install.sh index 4c15d2403..ed49b2c6c 100644 --- a/install/affine-install.sh +++ b/install/affine-install.sh @@ -22,7 +22,8 @@ $STD apt install -y \ libssl-dev \ libjemalloc2 \ redis-server \ - nginx + nginx \ + cmake msg_ok "Installed Dependencies" PG_VERSION="16" PG_MODULES="pgvector" setup_postgresql @@ -59,11 +60,12 @@ export PATH="/root/.cargo/bin:$PATH" export COREPACK_ENABLE_DOWNLOAD_PROMPT=0 export VITE_CORE_COMMIT_SHA=$(cat ~/.affine_app) # # Initialize git repo (required for build process) +export HUSKY=0 $STD git init -q $STD git config user.email "build@local" $STD git config user.name "Build" $STD git add -A -$STD git commit -q -m "initial" +$STD git commit -q -m "update" --no-verify --allow-empty mkdir -p /opt/affine/.turbo cat </opt/affine/.turbo/config.json {