[Tarantool-patches] [PATCH luajit v2 2/2] ci: add LUAJIT_ENABLE_CHECKHOOK for exotic matrix
Sergey Kaplun
skaplun at tarantool.org
Mon Feb 13 12:35:34 MSK 2023
This commit adds the build with the aforementioned option to test
on x86_64 and arm64 architectures to exotic build matrix.
---
.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 845ae864..aaf4f9f6 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]
+ FLAVOR: [dualnum, checkhook]
include:
- BUILDTYPE: Debug
CMAKEFLAGS: -DCMAKE_BUILD_TYPE=Debug -DLUA_USE_ASSERT=ON -DLUA_USE_APICHECK=ON
@@ -44,6 +44,8 @@ jobs:
CMAKEFLAGS: -DCMAKE_BUILD_TYPE=RelWithDebInfo
- FLAVOR: dualnum
FLAVORFLAGS: -DLUAJIT_NUMMODE=2
+ - FLAVOR: checkhook
+ FLAVORFLAGS: -DLUAJIT_ENABLE_CHECKHOOK=ON
exclude:
# DUALNUM is default for ARM64, no need for additional testing.
- FLAVOR: dualnum
--
2.34.1
More information about the Tarantool-patches
mailing list