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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-30 06:08:54 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-30 06:08:54 +0300
commitb9a0d609694e0b4bbedff9f6893bc7ed169d73dd (patch)
tree8f0b4ac020c55c991a58d4764b166bf0e55cbef3 /.gitlab-ci.yml
parent079bc1bdca7c254c258c6f3660a1a923139aa24a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 54f1e859e91..bebb0a6f6ee 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -201,6 +201,10 @@ variables:
# This is set at the gitlab-org level, but we set it here for forks
DANGER_DO_NOT_POST_INVALID_DANGERFILE_ERROR: "1"
+ # Workaround for https://gitlab.com/gitlab-org/gitlab/-/issues/390313. This can be dropped whenever
+ # https://github.com/ruby/ruby/pull/7663 lands in the Ruby interpreter.
+ NOKOGIRI_LIBXML_MEMORY_MANAGEMENT: default
+
include:
- local: .gitlab/ci/*.gitlab-ci.yml
- remote: 'https://gitlab.com/gitlab-org/frontend/untamper-my-lockfile/-/raw/main/templates/merge_request_pipelines.yml'