<HTML><BODY><div>Hi, Igor!</div><div>Thanks for the patch!</div><div>LGTM</div><div data-signature-widget="container"><div data-signature-widget="content"><div>--<br>Best regards,</div><div>Maxim Kokryashkin</div></div></div><div> </div><div> </div><blockquote style="border-left:1px solid #0857A6; margin:10px; padding:0 0 0 10px;"><div> <blockquote style="border-left:1px solid #0857A6; margin:10px; padding:0 0 0 10px;"><div id=""><div class="js-helper js-readmsg-msg"><div><div id="style_16763078140814316692_BODY">Since all testing machinery is adjusted for LuaJIT configuration with<br>disabled compiler support, the new flavor for exotic builds is<br>introduced in LuaJIT CI.<br><br>Part of tarantool/tarantool#8252<br><br>Signed-off-by: Igor Munkin <<a href="/compose?To=imun@tarantool.org">imun@tarantool.org</a>><br>---<br> .github/workflows/exotic-builds-testing.yml | 4 +++-<br> 1 file changed, 3 insertions(+), 1 deletion(-)<br><br>diff --git a/.github/workflows/exotic-builds-testing.yml b/.github/workflows/exotic-builds-testing.yml<br>index 67ab9cc3..b28673c6 100644<br>--- a/.github/workflows/exotic-builds-testing.yml<br>+++ b/.github/workflows/exotic-builds-testing.yml<br>@@ -36,7 +36,7 @@ jobs:<br>         BUILDTYPE: [Debug, Release]<br>         ARCH: [ARM64, x86_64]<br>         GC64: [ON, OFF]<br>- FLAVOR: [dualnum, checkhook]<br>+ FLAVOR: [dualnum, checkhook, nojit]<br>         include:<br>           - BUILDTYPE: Debug<br>             CMAKEFLAGS: -DCMAKE_BUILD_TYPE=Debug -DLUA_USE_ASSERT=ON -DLUA_USE_APICHECK=ON<br>@@ -46,6 +46,8 @@ jobs:<br>             FLAVORFLAGS: -DLUAJIT_NUMMODE=2<br>           - FLAVOR: checkhook<br>             FLAVORFLAGS: -DLUAJIT_ENABLE_CHECKHOOK=ON<br>+ - FLAVOR: nojit<br>+ FLAVORFLAGS: -DLUAJIT_DISABLE_JIT=ON<br>         exclude:<br>           # DUALNUM is default for ARM64, no need for additional testing.<br>           - FLAVOR: dualnum<br>--<br>2.30.2</div></div></div></div></blockquote><div> </div></div></blockquote></BODY></HTML>