You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not perform all checks again in openssl/extconf.rb if extconf.h exists
* This reduces the time for recompiling the openssl C extension with
`mx build --dependencies org.truffleruby.cext`
when extconf.rb or a dependency changes from 42s to 13s.
0 commit comments