On Tue, 1 Jun 2021 22:20:25 GMT, Nikita Gubarkov <github.com+9004656+y...@openjdk.org> wrote:
>> The fix fails on a Mac, where `realpath` is not available by default. > > @jonathan-gibbons this can be fixed with `brew install coreutils`. We > probably need to check `realpath` availability in idea.sh and suggest > installing `coreutils` if it's not available @YaaZ I'm aware of the workaround, but the current situation is not acceptable and needs to be fixed. @erikj79 is there precedent for requiring the use of `brew` to install packages? ------------- PR: https://git.openjdk.java.net/jdk/pull/4190