summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2025-07-29 14:54:17 -0400
committerPeter Zhu <peter@peterzhu.ca>2025-07-29 14:54:17 -0400
commitb07e214bf1a6c55fe9b2409cc13160ca60af874f (patch)
treec9f86a145e87a04ce078aa388830faf2f6e81a5c /doc
parent2eab962c538424863e34dc20fa13e25b058dc6b5 (diff)
[DOC] Remove point about ASAN not working on released Ruby
ASAN works on Ruby 3.4 and later, so we can remove the point about using master branch for ASAN.
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing/building_ruby.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/contributing/building_ruby.md b/doc/contributing/building_ruby.md
index a0486cb931..eac83fc00e 100644
--- a/doc/contributing/building_ruby.md
+++ b/doc/contributing/building_ruby.md
@@ -307,9 +307,6 @@ RUBY_TEST_TIMEOUT_SCALE=5 SYNTAX_SUGGEST_TIMEOUT=600 make check
Please note, however, the following caveats!
-* ASAN will not work properly on any currently released version of Ruby; the
- necessary support is currently only present on Ruby's master branch (and the
- whole test suite passes only as of commit [Revision 9d0a5148]).
* Due to [Bug #20243], Clang generates code for threadlocal variables which
doesn't work with M:N threading. Thus, it's necessary to disable M:N
threading support at build time for now (with the `-DUSE_MN_THREADS=0`