From: Sergey Bronnikov via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: Evgeniy Temirgaleev <e.temirgaleev@tarantool.org>,
Sergey Kaplun <skaplun@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org
Subject: Re: [Tarantool-patches] [PATCH luajit] ci: unused gcc removed from macOS setup
Date: Thu, 27 Aug 2026 12:35:05 +0300 [thread overview]
Message-ID: <3ea168e6-8841-4e94-aba2-70903a4deb0d@tarantool.org> (raw)
In-Reply-To: <20260807230049.13128-1-e.temirgaleev@tarantool.org>
[-- Attachment #1: Type: text/plain, Size: 1608 bytes --]
Hi, Evgeniy,
thanks for the patch! LGTM with minor comments.
Sergey
On 8/8/26 02:00, Evgeniy Temirgaleev wrote:
> From: Temir Galeev<temir.galeev@bk.ru>
>
> The brew gcc installation is useless, because cmake use
> the clang compiler which is already present in the system.
>
> Also, the clang is better than gcc for macOS.
>
> Branch:https://github.com/tarantool/luajit/tree/tmr_g/lj-noticket-ci-build-mac
>
> ---
> .github/actions/setup-macos/action.yml | 7 +++++--
> 1 file changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/.github/actions/setup-macos/action.yml b/.github/actions/setup-macos/action.yml
> index 91632648..9e752a70 100644
> --- a/.github/actions/setup-macos/action.yml
> +++ b/.github/actions/setup-macos/action.yml
> @@ -32,6 +32,9 @@ runs:
> # Try to install the packages either upgrade it to avoid
> # of fails if the package already exists with the previous
> # version.
> - brew install --force cmake gcc make ninja perl ||
> - brew upgrade cmake gcc make ninja perl
> + # We skip gcc installation because the 'builtin' clang compiler
We usually write comments in a depersonalized manner and names in uppercase:
> Skip GCC installation because the 'builtin' clang compiler
> is already present in the system. It is used by CMake
> by default even if GCC is installed.
> + # is already present in the system. It is used by cmake
> + # by default even if gcc is installed.
> + brew install --force cmake make ninja perl ||
> + brew upgrade cmake make ninja perl
> shell: bash
[-- Attachment #2: Type: text/html, Size: 2585 bytes --]
prev parent reply other threads:[~2026-08-27 9:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-07 23:00 Evgeniy Temirgaleev via Tarantool-patches
2026-08-17 12:32 ` Sergey Kaplun via Tarantool-patches
2026-08-18 18:57 ` Evgeniy Temirgaleev via Tarantool-patches
2026-08-27 9:35 ` Sergey Bronnikov via Tarantool-patches [this message]
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=3ea168e6-8841-4e94-aba2-70903a4deb0d@tarantool.org \
--to=tarantool-patches@dev.tarantool.org \
--cc=e.temirgaleev@tarantool.org \
--cc=sergeyb@tarantool.org \
--cc=skaplun@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH luajit] ci: unused gcc removed from macOS setup' \
/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