[Tarantool-patches] [PATCH v1] gitlab-ci: add OSX 13 to testing

Alexander V. Tikhonov avtikhon at tarantool.org
Wed Oct 14 00:21:27 MSK 2020


Restored OSX 13 testing to pass homebrew commit criteria.
Added MACOSX_DEPLOYMENT_TARGET=10.13 environment.

Closes #5374
---

Github: https://github.com/tarantool/tarantool/tree/avtikhon/mac-13
Issue: https://github.com/tarantool/tarantool/issues/5374

 .gitlab-ci.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7a75edb5e..a346bdb3f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -213,6 +213,13 @@ release_asan_clang8:
   script:
     - ${GITLAB_MAKE} test_asan_debian_no_deps
 
+osx_13_release:
+  tags:
+    - osx_13
+  variables:
+    MACOSX_DEPLOYMENT_TARGET: '10.13'
+  <<: *osx_definition
+
 osx_14_release:
   tags:
     - osx_14
-- 
2.25.1



More information about the Tarantool-patches mailing list