We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532a7b2 commit 42e3262Copy full SHA for 42e3262
snap/snapcraft.yaml
@@ -68,6 +68,7 @@ parts:
68
override-build: |
69
set -x
70
sed -i 's/os.Getuid()/1/g' modules/setting/setting.go
71
+ npm install -g pnpm
72
TAGS="bindata sqlite sqlite_unlock_notify pam cert" make build
73
install -D gitea "${SNAPCRAFT_PART_INSTALL}/gitea"
74
cp -r options "${SNAPCRAFT_PART_INSTALL}/"
0 commit comments