-
Notifications
You must be signed in to change notification settings - Fork 525
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
Paket crashes when HOME
is not set
#3791
Comments
O_o ideas? |
The problem is Paket/src/Paket.Core/Common/Utils.fs Line 235 in 91e3ddd
Which will crash here: Paket/src/Paket.Core/Common/Constants.fs Lines 48 to 73 in 91e3ddd
If we cannot come up with something better we could at least check |
Generally, exceptions in static initialization are always very unexpected (and generally badly reported) but that is something for another day. |
Description
This seems to happen in Azure DevOps Pipelines when running as root:
isaacabraham/vsts-fsharp#33
Repro steps
HOME
on linuxExpected behavior
Paket works
Actual behavior
Paket crashes
Known workarounds
Set
HOME
The text was updated successfully, but these errors were encountered: