mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Disable USE_DEBUG_COUNTER test for now [ci skip]
This commit is contained in:
parent
62084e1930
commit
06a241ad28
1 changed files with 1 additions and 1 deletions
2
.github/workflows/compilers.yml
vendored
2
.github/workflows/compilers.yml
vendored
|
@ -180,7 +180,7 @@ jobs:
|
|||
# - { name: USE_RUBY_DEBUG_LOG=1, env: { cppflags: '-DUSE_RUBY_DEBUG_LOG=1' } }
|
||||
- { name: USE_RVARGC=0, env: { cppflags: '-DUSE_RVARGC=0' } }
|
||||
# - { name: USE_RVARGC=1, env: { cppflags: '-DUSE_RVARGC=1' } }
|
||||
- { name: USE_DEBUG_COUNTER, env: { cppflags: '-DUSE_DEBUG_COUNTER=1', RUBY_DEBUG_COUNTER_DISABLE: '1' } }
|
||||
# - { name: USE_DEBUG_COUNTER, env: { cppflags: '-DUSE_DEBUG_COUNTER=1', RUBY_DEBUG_COUNTER_DISABLE: '1' } }
|
||||
|
||||
- { name: DEBUG_FIND_TIME_NUMGUESS, env: { cppflags: '-DDEBUG_FIND_TIME_NUMGUESS' } }
|
||||
- { name: DEBUG_INTEGER_PACK, env: { cppflags: '-DDEBUG_INTEGER_PACK' } }
|
||||
|
|
Loading…
Add table
Reference in a new issue