Add a --disable-yjit job for Ubuntu CI
Currently, we do not have an amd64 job that runs with YJIT disabled and runs the full check task. Most amd64 jobs implicitly have YJIT enabled, even though --enable-yjit was not specified. This makes it easier to determine whether a problem is YJIT-related or not by reviewing CI logs.
This commit is contained in:
parent
4adf418be9
commit
d22767fd48
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@ -36,6 +36,8 @@ jobs:
|
||||
include:
|
||||
- test_task: check
|
||||
arch: i686
|
||||
- test_task: check
|
||||
configure: '--disable-yjit'
|
||||
- test_task: check
|
||||
configure: '--enable-shared --enable-load-relative'
|
||||
- test_task: test-all TESTS=--repeat-count=2
|
||||
|
Loading…
x
Reference in New Issue
Block a user