summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2023-03-30 03:20:44 +0900
committerKoichi Sasada <ko1@atdot.net>2023-03-30 14:55:25 +0900
commitf89c34823423f5e1fb69f1896e956a8a61b8c54a (patch)
treea67b60310a8d39c649dbf511294dd7e7f5fe3df4 /.github
parent1b064227671fe780044406f163b117ef85f2f8b9 (diff)
downloadruby-f89c34823423f5e1fb69f1896e956a8a61b8c54a.tar.gz
enable GH actions on `USE_RUBY_DEBUG_LOG=1`
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/compilers.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml
index 4b8f2ebf4f..10c95e74ef 100644
--- a/.github/workflows/compilers.yml
+++ b/.github/workflows/compilers.yml
@@ -174,7 +174,7 @@ jobs:
# - { name: USE_SYMBOL_GC=0, env: { cppflags: '-DUSE_SYMBOL_GC=0' } }
# - { name: USE_THREAD_CACHE=0, env: { cppflags: '-DUSE_THREAD_CACHE=0' } }
# - { name: USE_TRANSIENT_HEAP=0, env: { cppflags: '-DUSE_TRANSIENT_HEAP=0' } }
-# - { name: USE_RUBY_DEBUG_LOG=1, env: { cppflags: '-DUSE_RUBY_DEBUG_LOG=1' } }
+ - { 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' } }