aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2021-10-19 12:59:39 -0700
committerJeremy Evans <code@jeremyevans.net>2022-08-09 22:13:17 -0700
commit357352af5ee37bf31ba4468ee242ea5a10158461 (patch)
tree9ce006adc7e6be67c55893cb83132dab32d47090 /.github
parentff07e5c264c82f73b0368dd0bc2ae39f78678519 (diff)
downloadruby-357352af5ee37bf31ba4468ee242ea5a10158461.tar.gz
Do not enable RUBY_DEVEL by RUBY_PATCHLEVEL
This makes RUBY_DEVEL not enabled automatically. It still can be enabled manually. Test manually using RUBY_DEVEL in CI. Implements [Feature #17468]
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/compilers.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml
index ab29a7acc5..bd082039b3 100644
--- a/.github/workflows/compilers.yml
+++ b/.github/workflows/compilers.yml
@@ -154,6 +154,7 @@ jobs:
- { name: NDEBUG, env: { cppflags: '-DNDEBUG' } }
- { name: RUBY_DEBUG, env: { cppflags: '-DRUBY_DEBUG' } }
+ - { name: RUBY_DEVEL, env: { cppflags: '-DRUBY_DEVEL' } }
# - { name: ARRAY_DEBUG, env: { cppflags: '-DARRAY_DEBUG' } }
# - { name: BIGNUM_DEBUG, env: { cppflags: '-DBIGNUM_DEBUG' } }
# - { name: CCAN_LIST_DEBUG, env: { cppflags: '-DCCAN_LIST_DEBUG' } }