-
Notifications
You must be signed in to change notification settings - Fork 26
Re-enable working default build directory when not specified #366
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
Re-enable working default build directory when not specified #366
Conversation
|
I'm not opposed to this change, however scanning back to 2017 the directory has always been fixed without path and used to create directory colocated with the script. Can you specify the failure? |
I have long run the This was working properly at least in the last couple of weeks, so not exactly sure when something decided to break. The fix locally was to add |
|
Is this the node install script? I'm happy to track down the actual error which appears to be a mismatch in directory expectation as opposed to papering over a logic issue. |
It's in any of them. For example, here's what I see trying to run |
|
In |
|
And on |
|
Found unbalanced pop from recent change, will pull when fix verified. |
Good deal. May still be worth having a CI runner that doesn't specify the |
Closing due to #367 |
Recently the
install.shscript stopped working locally unless I added the--build-diroption. This allows a (working) default to be used again. Also fixes a spacing typo.