Add Rust lang

This commit is contained in:
Hannes Moser 2022-11-21 10:38:58 +01:00
parent 207a35971c
commit 2001e1f9f1
No known key found for this signature in database
GPG key ID: 6780A04E9672CA89
8 changed files with 72 additions and 1 deletions

View file

@ -9,8 +9,10 @@ gitaly:
- OS: ['debian:bullseye']
RUBY: ['2.7', '3.0']
GOLANG: ['1.18', '1.19']
RUST: ['1.65.0']
GIT: ['2.36']
- OS: ['ubi:8.6']
RUBY: ['2.7']
GOLANG: ['1.18']
RUST: ['1.65.0']
GIT: ['2.36']

View file

@ -16,6 +16,7 @@ gitlab:
GIT: ['2.36']
POSTGRESQL: ['11', '12', '13']
GOLANG: ['1.18', '1.19']
RUST: ['1.65.0']
NODE: ['16.14']
CHROME: ['106', '107']

View file

@ -4,6 +4,7 @@ gitlab-kas:
- .build_and_push
variables:
GOLANG: '1.19'
RUST: '1.65.0'
LFS: '2.9'
CHROME: '107'
NODE: '14.15'