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 a13f87b commit 45c47a9Copy full SHA for 45c47a9
snap/snapcraft.yaml
@@ -45,7 +45,7 @@ parts:
45
source: .
46
stage-packages: [ git, sqlite3, openssh-client ]
47
build-packages: [ git, libpam0g-dev, libsqlite3-dev]
48
- build-snaps: [ go, node/14/stable ]
+ build-snaps: [ go, node/16/stable ]
49
build-environment:
50
- LDFLAGS: ""
51
override-pull: |
@@ -67,6 +67,7 @@ parts:
67
68
override-build: |
69
set -x
70
+ sed -i 's/os.Getuid()/1/g' modules/setting/setting.go
71
TAGS="bindata sqlite sqlite_unlock_notify pam cert" make build
72
install -D gitea "${SNAPCRAFT_PART_INSTALL}/gitea"
73
cp -r options "${SNAPCRAFT_PART_INSTALL}/"
0 commit comments