Jason Marshall
Jason Marshall
Looks like a timing bug in the watch tests. I wonder if this relates to #5372 If you want this all to go faster it probably needs changes so that...
I was poking at it, but out of the box I’m getting consistent failures of the integration tests, not intermittent.
It appears to be the same two every time. For sure it has happened at least twice in my scroll buffer for that window. M2 Mac, so who knows what...
I wonder if I should try plopping it into a docker image.
Also, this log message is clearly misinformation: > [asdf-erlang] ⚠️ Warning: openssl is optional and not installed. Please install it using 'brew install openssl'. Yeah, that's not optional. At all....
So are you saying that I need to build openSSL with a /usr/local/opt prefix and then feed that to Kerl?
Attempt 2: ``` ./Configure shared --prefix=/usr/local/opt/[email protected] make sudo make install cd .. export KERL_CONFIGURE_OPTIONS="--with-ssl=/usr/local/opt/[email protected]" asdf install erlang latest:27 ... 🔗 Linking app executables /Users/jasonmarshall/.asdf/installs/erlang/27.3.4.2 👍 Installed erlang 27.3.4.2 ``` That...
@us-asad you've got a couple linter errors do deal with.
Fixes #671