Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Kaeppler <mkaeppler@gitlab.com>2021-08-24 09:17:54 +0300
committerMatthias Kaeppler <mkaeppler@gitlab.com>2021-08-25 09:33:25 +0300
commitce2484a9e13173951b1cb5b0538aa75f86169437 (patch)
treede288b4ed42643979923b5c09794117c9e205610 /.gitlab-ci.yml
parentb24f90930cb18c26d85301aca3c887598806bd42 (diff)
Downgrade grpc from 1.38.0 to 1.30.2
The newer shared library contains CPU instructions that are incompatible with some customer machines. This means we also have to stop building against Ruby 3 for now since the update was required for that to work. Changelog: fixed
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8caca3fa9..f36012237 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -142,7 +142,7 @@ build:
matrix:
- GO_VERSION: [ "1.15", "1.16" ]
GIT_VERSION: [ "v2.31.1", "v2.32.0" ]
- RUBY_VERSION: [ "2.7", "3.0" ]
+ RUBY_VERSION: [ "2.7" ]
binaries:
<<: *cache_definition
@@ -187,8 +187,6 @@ test:
- GO_VERSION: [ "1.15", "1.16" ]
GIT_VERSION: [ "v2.31.1", "v2.32.0" ]
TARGET: test
- - RUBY_VERSION: "3.0"
- TARGET: test
- GO_VERSION: "1.16"
GIT_VERSION: "v2.32.0"
TARGET: [ test-with-proxies, test-with-praefect, race-go ]