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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
I don't think this does the same thing does it? I want an operation that normally sets JAVACMD to not do that if --no-java-cmd is specified. Your code always sets JAVACMD.
This is for the GraalVM where bin/ruby doesn't need JAVACMD to use Graal.
7a20145
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe just
?
7a20145
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this does the same thing does it? I want an operation that normally sets
JAVACMD
to not do that if--no-java-cmd
is specified. Your code always setsJAVACMD
.This is for the GraalVM where
bin/ruby
doesn't needJAVACMD
to use Graal.7a20145
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah, fair enough, that sounds good then.