0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-10 09:41:52 +02:00

Merge 67f7bd71c5cb9384f5b3e2683181d3c484ab2699 into ce089f498bce32305b2d9e8c6adfd8cb7c82f88f

This commit is contained in:
Lunny Xiao 2026-05-09 16:27:53 +08:00 committed by GitHub
commit 0423969182
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,7 +75,8 @@ parts:
set -x
sed -i 's/os.Getuid()/1/g' modules/setting/setting.go
npm install -g pnpm
TAGS="bindata pam cert" make build
# The release will always read main branch's file
TAGS="bindata sqlite sqlite_unlock_notify pam cert" make build
install -D gitea "${SNAPCRAFT_PART_INSTALL}/gitea"
cp -r options "${SNAPCRAFT_PART_INSTALL}/"