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:
authorJohn Cai <jcai@gitlab.com>2023-09-05 17:24:11 +0300
committerJohn Cai <jcai@gitlab.com>2023-09-05 17:24:11 +0300
commitbda5c66c7a4207b1bfae779f367eba0776873cd5 (patch)
tree54b06bb6046101e47b8a52a27a0f74486df4b684 /.gitlab-ci.yml
parentee70bdad04139d85952a3f147040435c3f5ea15b (diff)
parent9a4dd44812c14895d3702b3a5ad38195927e9996 (diff)
Merge branch 'pks-git2go-drop-command' into 'master'
Drop gitaly-git2go command and its infrastructure See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/6317 Merged-by: John Cai <jcai@gitlab.com> Approved-by: John Cai <jcai@gitlab.com> Co-authored-by: Patrick Steinhardt <psteinhardt@gitlab.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b1ca532e7..98380b298 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -344,9 +344,6 @@ test:macos:
variables:
<<: *test_variables
CACHE_PREFIX: !reference [.versions, macos]
- # This is required to fix inconsistent deployment targets across CGo and
- # libgit2.
- MACOSX_DEPLOYMENT_TARGET: "12.0"
PGDATA: /Volumes/RAMDisk/postgres
PGHOST: localhost
PGUSER: gitlab