build matrix for universal parser

This commit is contained in:
卜部昌平 2023-08-25 14:28:15 +09:00
parent 12ec1fb2b1
commit 197e91f357
Notes: git 2023-08-25 08:28:17 +00:00

View File

@ -210,6 +210,7 @@ jobs:
- { name: enable-rjit, env: { append_configure: '--enable-rjit --disable-yjit' } }
- { name: YJIT_FORCE_ENABLE, env: { cppflags: '-DYJIT_FORCE_ENABLE' } }
# - { name: RJIT_FORCE_ENABLE, env: { cppflags: '-DRJIT_FORCE_ENABLE' } }
- { name: UNIVERSAL_PARSER, env: { cppflags: '-DUNIVERSAL_PARSER' } }
name: ${{ matrix.entry.name }}