-
Notifications
You must be signed in to change notification settings - Fork 233
Redirect werl to erl.exe on windows ps templates, fix CI #956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Since OTP-26, which is now our earlier major version supported, werl.exe just no longer really exists and we use erl.exe instead. The other windows template file does dynamic matching but ps stuff is a bit more complex and I no longer have a windows computer to test this on, so I'm going for the safest fix at the time. Addresses erlware#955
|
Not quite sure for the windows errors. The dialyzer errors appear to be an OTP spec issue:
Would need to open an OTP PR and drop dialyzer from the CI temporarily. |
|
hah, got it, the failures are that the wintest fails since we're using a rebar3 structure that vendors relx and the _checkout trick isn't working. |
d1e776c to
41c3579
Compare
88a8da9 to
46beb83
Compare
eda16c1 to
a6b1b5b
Compare
a6b1b5b to
fceda1d
Compare
|
Finally some debugging progress: The node is running, but can't be pinged. It should be slightly easier to debug network config stuff than service registration as someone without a windows computer |
Since OTP-26, which is now our earlier major version supported, werl.exe just no longer really exists and we use erl.exe instead. The other windows template file does dynamic matching but ps stuff is a bit more complex and I no longer have a windows computer to test this on, so I'm going for the safest fix at the time.
Addresses #955