From: "Alexander V. Tikhonov" <avtikhon@tarantool.org> To: Kirill Yukhin <kyukhin@tarantool.org>, Igor Munkin <imun@tarantool.org> Cc: tarantool-patches@dev.tarantool.org Subject: [Tarantool-patches] [PATCH v1] gitlab-ci: add OSX 13 to testing Date: Wed, 14 Oct 2020 00:21:27 +0300 [thread overview] Message-ID: <09afd52172ef5282b97f18ce62b07646d6690681.1602623910.git.avtikhon@tarantool.org> (raw) 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
next reply other threads:[~2020-10-13 21:21 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-10-13 21:21 Alexander V. Tikhonov [this message] 2020-10-15 15:45 ` Igor Munkin 2020-10-16 8:25 ` Kirill Yukhin
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=09afd52172ef5282b97f18ce62b07646d6690681.1602623910.git.avtikhon@tarantool.org \ --to=avtikhon@tarantool.org \ --cc=imun@tarantool.org \ --cc=kyukhin@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH v1] gitlab-ci: add OSX 13 to testing' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox