-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
mambaforge: Fix installer script #10457
Conversation
As the 22.11.1-2 version of the mambaforge installer only installs into an empty directory, the installer is moved to the $env:TEMP directory befor installation. If the temporary path for the installer already exists, an error is thrown. After installation the installer is deleted as before.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Full disclosure: I am the author of this PR.
I made this PR at home with my private account and tested it on Windows 11.
Now I have tested it on my work PC running Windows 10.
NSIS (what |
@jaimergp, I'll happily write that, but hopefully, we can get this merged to unblock it! |
@jaimergp, the NSIS docs indicate that NSIS should be able to return a failure exit code. I'm happy to dig into this more if there's a chance that updating |
I'd happily review PRs in And yea, my suggestion shouldn't block this. We might have more than one issue (see recent comment) anyway. |
/verify |
Your changes do not pass checks. mambaforge
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reminding myself to look at this again soon.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use:
"checkver": "github"
As the 22.11.1-2 version of the mambaforge installer only installs into an empty directory, the installer is moved to the $env:TEMP directory befor installation. If the temporary path for the installer already exists, an error is thrown. After installation the installer is deleted as before.
Closes #10420