-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix dropped arguments bug #31632
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: next
Are you sure you want to change the base?
Fix dropped arguments bug #31632
Conversation
|
This is not a high priority fix, so I suggest we merge it and not have a dedicated conda stack update for it. |
|
Oh, cool, that's not an option apparently... |
|
Job Precheck, step Versioner verify on b2cf115 wanted to post the following: Versioner templatesFound 14 templates, 0 failed Versioner influential filesFound 58 influential files, 10 changed, 0 added, 0 removed
Versioner versionsFound 9 packages, 5 changed, 0 failed
|
|
Job Documentation, step Docs: sync website on b2cf115 wanted to post the following: View the site here This comment will be updated on new commits. |
|
Job Coverage, step Generate coverage on b2cf115 wanted to post the following: Framework coverage
Modules coverageCoverage did not change Full coverage reportsReports
This comment will be updated on new commits. |
||||||||||||||||||||||||||
Reason
A
.bashrc_apptainerfile in the user's home directory triggers a bug which leads to all but the first arguments in an apptainer exec call to be dropped. This for example breaksmoose-dev-exec.Design
Turns out that a typo in
apptainer/files/mpi/.singularity.d/env/89-user-overrides.shis responsible for this.Impact
Fixing this will enable the currently broken override capability.