user/gitaly: use ruby 3.0
This commit is contained in:
parent
5d4f43bd0a
commit
a24b564661
1 changed files with 10 additions and 9 deletions
|
@ -3,7 +3,7 @@
|
|||
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
|
||||
pkgname=gitaly
|
||||
pkgver=15.3.3
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="A Git RPC service for handling all the git calls made by GitLab"
|
||||
url="https://gitlab.com/gitlab-org/gitaly/"
|
||||
arch="all"
|
||||
|
@ -11,11 +11,11 @@ arch="all"
|
|||
license="MIT AND GPL-2.0-only WITH GCC-exception-2.0"
|
||||
depends="
|
||||
git>=2.33
|
||||
ruby
|
||||
ruby-bigdecimal
|
||||
ruby-bundler
|
||||
ruby-io-console
|
||||
ruby-json
|
||||
ruby3.0
|
||||
ruby3.0-bigdecimal
|
||||
ruby3.0-bundler
|
||||
ruby3.0-io-console
|
||||
ruby3.0-json
|
||||
"
|
||||
makedepends="
|
||||
bash
|
||||
|
@ -26,15 +26,16 @@ makedepends="
|
|||
libssh2-dev
|
||||
libxml2-dev
|
||||
libxslt-dev
|
||||
ruby-dev
|
||||
ruby-grpc=~1.42.0
|
||||
ruby-rugged=~1.5.0.1
|
||||
ruby3.0-dev
|
||||
ruby3.0-grpc=~1.42.0
|
||||
ruby3.0-rugged=~1.5.0.1
|
||||
zlib-dev
|
||||
"
|
||||
subpackages="
|
||||
$pkgname-backup
|
||||
$pkgname-blackbox
|
||||
$pkgname-praefect
|
||||
$pkgname-openrc
|
||||
"
|
||||
source="https://gitlab.com/gitlab-org/gitaly/-/archive/v$pkgver/gitaly-v$pkgver.tar.gz
|
||||
gemfile-use-local-grpc.patch
|
||||
|
|
Loading…
Reference in a new issue