mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 10:32:56 +01:00
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:
commit
11c39ae1c9
8 changed files with 72 additions and 1 deletions
|
|
@ -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']
|
||||
|
|
|
|||
|
|
@ -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']
|
||||
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue