Merge branch 'add-rust' into 'master'

Add Rust lang

See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/610

Merged-by: Rémy Coutable <remy@rymai.me>
Approved-by: Rémy Coutable <remy@rymai.me>
Co-authored-by: Hannes Moser <box@hannesmoser.at>
This commit is contained in:
Rémy Coutable 2022-11-30 15:01:14 +00:00
commit 11c39ae1c9
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'