From 65a37572f38e6cc1f89ceedb568159dc00dd6610 Mon Sep 17 00:00:00 2001 From: Giteabot Date: Thu, 30 Oct 2025 02:35:18 +0800 Subject: [PATCH] add pnpm to Snapcraft (#35778) (#35779) Backport #35778 by techknowlogick Co-authored-by: techknowlogick --- snap/snapcraft.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 46900f7b85..4f3c4e9ff4 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -68,6 +68,7 @@ parts: override-build: | set -x sed -i 's/os.Getuid()/1/g' modules/setting/setting.go + npm install -g pnpm TAGS="bindata sqlite sqlite_unlock_notify pam cert" make build install -D gitea "${SNAPCRAFT_PART_INSTALL}/gitea" cp -r options "${SNAPCRAFT_PART_INSTALL}/"