summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2023-07-13 09:47:33 -0400
committerPeter Zhu <peter@peterzhu.ca>2023-07-13 14:48:14 -0400
commit87e1486d31b26749cc2768ca299faed1b7629d57 (patch)
tree6a598066e62b18da0041fea780f395a11b53f232 /.github
parent32231812845e5302bd457f7e4a534e7965d89d49 (diff)
Remove unused references to the transient heap
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/8071
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/compilers.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml
index e3d68b018f..1aba46569f 100644
--- a/.github/workflows/compilers.yml
+++ b/.github/workflows/compilers.yml
@@ -165,7 +165,6 @@ jobs:
# - { name: SYMBOL_DEBUG, env: { cppflags: '-DSYMBOL_DEBUG' } }
# - { name: RGENGC_CHECK_MODE, env: { cppflags: '-DRGENGC_CHECK_MODE' } }
-# - { name: TRANSIENT_HEAP_CHECK_MODE, env: { cppflags: '-DTRANSIENT_HEAP_CHECK_MODE' } }
# - { name: VM_CHECK_MODE, env: { cppflags: '-DVM_CHECK_MODE' } }
# - { name: USE_EMBED_CI=0, env: { cppflags: '-DUSE_EMBED_CI=0' } }