Skip to content

Commit b07e214

Browse files
committed
[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.
1 parent 2eab962 commit b07e214

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/contributing/building_ruby.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,6 @@ RUBY_TEST_TIMEOUT_SCALE=5 SYNTAX_SUGGEST_TIMEOUT=600 make check
307307
308308
Please note, however, the following caveats!
309309
310-
* ASAN will not work properly on any currently released version of Ruby; the
311-
necessary support is currently only present on Ruby's master branch (and the
312-
whole test suite passes only as of commit [Revision 9d0a5148]).
313310
* Due to [Bug #20243], Clang generates code for threadlocal variables which
314311
doesn't work with M:N threading. Thus, it's necessary to disable M:N
315312
threading support at build time for now (with the `-DUSE_MN_THREADS=0`

0 commit comments

Comments
 (0)