From: Sergey Kaplun via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: Igor Munkin <imun@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org
Subject: Re: [Tarantool-patches] [PATCH luajit 7/7] ci: add nojit flavor for exotic builds
Date: Mon, 13 Feb 2023 22:14:05 +0300 [thread overview]
Message-ID: <Y+qL/U54gNsklCJH@root> (raw)
In-Reply-To: <a6a65ad4fe20472468476dae1b1c5aaaa2fce5dd.1676304797.git.imun@tarantool.org>
Hi, Igor!
Thanks for the patch!
LGTM, except an ignorable suggestion.
You've mentioned before offline that dualnum, checkhook entries are not
sorted alphabetically. So, I suggest to sort these entries inside FLAVOR
definition and sort FLAVORFLAGS definitions as well.
Feel free to ignore.
On 13.02.23, Igor Munkin wrote:
> Since all testing machinery is adjusted for LuaJIT configuration with
> disabled compiler support, the new flavor for exotic builds is
> introduced in LuaJIT CI.
>
> Part of tarantool/tarantool#8252
>
> Signed-off-by: Igor Munkin <imun@tarantool.org>
> ---
> .github/workflows/exotic-builds-testing.yml | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/.github/workflows/exotic-builds-testing.yml b/.github/workflows/exotic-builds-testing.yml
> index 67ab9cc3..b28673c6 100644
> --- a/.github/workflows/exotic-builds-testing.yml
> +++ b/.github/workflows/exotic-builds-testing.yml
> @@ -36,7 +36,7 @@ jobs:
> BUILDTYPE: [Debug, Release]
> ARCH: [ARM64, x86_64]
> GC64: [ON, OFF]
> - FLAVOR: [dualnum, checkhook]
> + FLAVOR: [dualnum, checkhook, nojit]
> include:
> - BUILDTYPE: Debug
> CMAKEFLAGS: -DCMAKE_BUILD_TYPE=Debug -DLUA_USE_ASSERT=ON -DLUA_USE_APICHECK=ON
> @@ -46,6 +46,8 @@ jobs:
> FLAVORFLAGS: -DLUAJIT_NUMMODE=2
> - FLAVOR: checkhook
> FLAVORFLAGS: -DLUAJIT_ENABLE_CHECKHOOK=ON
> + - FLAVOR: nojit
> + FLAVORFLAGS: -DLUAJIT_DISABLE_JIT=ON
> exclude:
> # DUALNUM is default for ARM64, no need for additional testing.
> - FLAVOR: dualnum
> --
> 2.30.2
>
--
Best regards,
Sergey Kaplun
next prev parent reply other threads:[~2023-02-13 19:17 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-13 17:02 [Tarantool-patches] [PATCH luajit 0/7] Adjust tests to be run when JIT is disabled Igor Munkin via Tarantool-patches
2023-02-13 17:02 ` [Tarantool-patches] [PATCH luajit 1/7] Minor fixes Igor Munkin via Tarantool-patches
2023-02-13 18:47 ` Sergey Kaplun via Tarantool-patches
2023-02-14 13:51 ` Maxim Kokryashkin via Tarantool-patches
2023-02-13 17:02 ` [Tarantool-patches] [PATCH luajit 2/7] build: fix build with JIT disabled Igor Munkin via Tarantool-patches
2023-02-13 18:53 ` Sergey Kaplun via Tarantool-patches
2023-02-27 9:15 ` Igor Munkin via Tarantool-patches
2023-02-28 8:16 ` Maxim Kokryashkin via Tarantool-patches
2023-02-14 13:53 ` Maxim Kokryashkin via Tarantool-patches
2023-02-13 17:02 ` [Tarantool-patches] [PATCH luajit 3/7] test: stop using utils.selfrun in tests Igor Munkin via Tarantool-patches
2023-02-15 8:08 ` Sergey Kaplun via Tarantool-patches
2023-02-27 9:16 ` Igor Munkin via Tarantool-patches
2023-02-27 9:28 ` Sergey Kaplun via Tarantool-patches
2023-02-15 21:43 ` Maxim Kokryashkin via Tarantool-patches
2023-02-27 9:16 ` Igor Munkin via Tarantool-patches
2023-02-28 8:18 ` Maxim Kokryashkin via Tarantool-patches
2023-02-13 17:02 ` [Tarantool-patches] [PATCH luajit 4/7] test: make skipcond helper more convenient Igor Munkin via Tarantool-patches
2023-02-15 8:46 ` Sergey Kaplun via Tarantool-patches
2023-02-27 9:18 ` Igor Munkin via Tarantool-patches
2023-02-27 10:09 ` Sergey Kaplun via Tarantool-patches
2023-02-28 8:27 ` Maxim Kokryashkin via Tarantool-patches
2023-02-15 22:08 ` Maxim Kokryashkin via Tarantool-patches
2023-02-13 17:02 ` [Tarantool-patches] [PATCH luajit 5/7] test: add skipcond for all JIT-related tests Igor Munkin via Tarantool-patches
2023-02-14 13:50 ` Sergey Kaplun via Tarantool-patches
2023-02-15 22:31 ` Maxim Kokryashkin via Tarantool-patches
2023-02-28 19:02 ` Igor Munkin via Tarantool-patches
2023-03-01 19:31 ` Maxim Kokryashkin via Tarantool-patches
2023-02-13 17:02 ` [Tarantool-patches] [PATCH luajit 6/7] test: fix lua-Harness " Igor Munkin via Tarantool-patches
2023-02-14 12:42 ` Sergey Kaplun via Tarantool-patches
2023-02-28 19:01 ` Igor Munkin via Tarantool-patches
2023-02-15 22:35 ` Maxim Kokryashkin via Tarantool-patches
2023-02-28 19:02 ` Igor Munkin via Tarantool-patches
2023-03-01 19:31 ` Maxim Kokryashkin via Tarantool-patches
2023-02-13 17:02 ` [Tarantool-patches] [PATCH luajit 7/7] ci: add nojit flavor for exotic builds Igor Munkin via Tarantool-patches
2023-02-13 19:14 ` Sergey Kaplun via Tarantool-patches [this message]
2023-02-15 21:18 ` Maxim Kokryashkin via Tarantool-patches
2023-02-27 9:36 ` [Tarantool-patches] [PATCH luajit 0/7] Adjust tests to be run when JIT is disabled Igor Munkin via Tarantool-patches
2023-02-28 19:05 ` Igor Munkin via Tarantool-patches
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=Y+qL/U54gNsklCJH@root \
--to=tarantool-patches@dev.tarantool.org \
--cc=imun@tarantool.org \
--cc=skaplun@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH luajit 7/7] ci: add nojit flavor for exotic builds' \
/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