user/gitlab-foss: disable
This commit is contained in:
parent
d50921e431
commit
dba85ceaef
1 changed files with 4 additions and 3 deletions
|
@ -8,7 +8,8 @@ _gittag=v$pkgver
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="A version control for your server"
|
pkgdesc="A version control for your server"
|
||||||
url="https://gitlab.com/gitlab-org/gitlab-foss"
|
url="https://gitlab.com/gitlab-org/gitlab-foss"
|
||||||
arch="x86_64"
|
# grpc needs fixing, due to protodev upgrade
|
||||||
|
#arch="x86_64"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
# ruby-irb is needed only for Rails console (gitlab-rails console)
|
# ruby-irb is needed only for Rails console (gitlab-rails console)
|
||||||
depends="
|
depends="
|
||||||
|
@ -55,8 +56,8 @@ makedepends="
|
||||||
protobuf-dev
|
protobuf-dev
|
||||||
re2-dev
|
re2-dev
|
||||||
ruby3.0-dev
|
ruby3.0-dev
|
||||||
ruby3.0-grpc=~1.42.0
|
ruby3.0-grpc~=1.55
|
||||||
ruby3.0-rugged=~1.5.0.1
|
ruby3.0-rugged
|
||||||
yarn>=1.2.0
|
yarn>=1.2.0
|
||||||
"
|
"
|
||||||
pkgusers="git"
|
pkgusers="git"
|
||||||
|
|
Loading…
Reference in a new issue