Fixed a value specified for OPT_THREADED_CODE (#10657)
Values defined for OPT_THREADED_CODE are 0,1,2. However, 1,2,3 are set in workflow. It seems that case 3 does not exist, so 0 is specified instead. Co-authored-by: jinroq <jinroq@users.noreply.github.com>
This commit is contained in:
parent
8089faee45
commit
ef3e3e9a2f
2
.github/workflows/compilers.yml
vendored
2
.github/workflows/compilers.yml
vendored
@ -147,9 +147,9 @@ jobs:
|
||||
- { name: disable-rubygems, env: { append_configure: '--disable-rubygems' } }
|
||||
- { name: RUBY_DEVEL, env: { append_configure: '--enable-devel' } }
|
||||
|
||||
- { name: OPT_THREADED_CODE=0, env: { cppflags: '-DOPT_THREADED_CODE=0' } }
|
||||
- { name: OPT_THREADED_CODE=1, env: { cppflags: '-DOPT_THREADED_CODE=1' } }
|
||||
- { name: OPT_THREADED_CODE=2, env: { cppflags: '-DOPT_THREADED_CODE=2' } }
|
||||
- { name: OPT_THREADED_CODE=3, env: { cppflags: '-DOPT_THREADED_CODE=3' } }
|
||||
|
||||
- { name: NDEBUG, env: { cppflags: '-DNDEBUG' } }
|
||||
- { name: RUBY_DEBUG, env: { cppflags: '-DRUBY_DEBUG' } }
|
||||
|
Loading…
x
Reference in New Issue
Block a user