summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author卜部昌平 <[email protected]>2021-12-28 14:50:26 +0900
committer卜部昌平 <[email protected]>2021-12-28 14:52:55 +0900
commita6e5d70346adc84ffde2d1c153ffb5b39dd2d388 (patch)
treec0c8d147f97caa8a32475927c9d2ce497c295e43
parent91b7be7708797d8d3057fb6f2223645b4b85be71 (diff)
USE_RVARGC released; why not CI
-rw-r--r--.github/workflows/compilers.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml
index 2af9fa55d8..0e19b0b5c7 100644
--- a/.github/workflows/compilers.yml
+++ b/.github/workflows/compilers.yml
@@ -156,6 +156,8 @@ jobs:
# - { key: cppflags, name: USE_THREAD_CACHE=0, value: '-DUSE_THREAD_CACHE=0' }
# - { key: cppflags, name: USE_TRANSIENT_HEAP=0, value: '-DUSE_TRANSIENT_HEAP=0' }
# - { key: cppflags, name: USE_RUBY_DEBUG_LOG=1, value: '-DUSE_RUBY_DEBUG_LOG=1' }
+# - { key: cppflags, name: USE_RVARGC=0, value: '-DUSE_RVARGC=0' }
+ - { key: cppflags, name: USE_RVARGC=1, value: '-DUSE_RVARGC=1' }
- { key: cppflags, name: DEBUG_FIND_TIME_NUMGUESS, value: '-DDEBUG_FIND_TIME_NUMGUESS' }
- { key: cppflags, name: DEBUG_INTEGER_PACK, value: '-DDEBUG_INTEGER_PACK' }