-
Notifications
You must be signed in to change notification settings - Fork 1
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
build failing since choosenim 0.8 is available #14
Comments
the error code that line and the surrounding ones are not recent changes but of course it is possible that recent changes in choosenim caused the issue (maybe the issue was always there but that piece of code was not executing before; I guess it depends on the base image for the docker whether or not it defines a $SHELL command). opening a related issue in choosenim repo: dom96/choosenim#274 |
The confusing thing to me is that You can see that |
The |
I think the issue for not seeing SHELL is that in the script the anyway I think we should (and will) have also a fix upstream in choosenim. |
Version 3.2.2 should fix both issues:
|
Yesterday, a new version of choosenim was released
https://github.com/dom96/choosenim/releases/tag/v0.8.0
Since then, this installer is failing https://github.com/iffy/install-nim/actions/runs/1301742678
It is also failing in other repositories: https://github.com/marcomq/nimview/runs/3787151070
The error message seems to be
sh: 90: SHELL: parameter not set
I guess it is due to choosenim, but I have no idea how to report this as choosenim issue. Maybe you already know what might be wrong and can easily advise some fix in choosenim.
Edit:
There was a build run 2 days ago on the same code that passed:
https://github.com/marcomq/nimview/actions/runs/1298566330/attempts/1
The new attempt based on the previously passed run fails:
https://github.com/marcomq/nimview/actions/runs/1298566330/attempts/2
The text was updated successfully, but these errors were encountered: