-
Notifications
You must be signed in to change notification settings - Fork 145
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
eb --force -b -D builds instead of just doing a dry run #113
Comments
The If you switch |
@serverhorror: ping? |
OK, reproduced:
This is a very weird issue, the option parser should never ever consider strings that start with cc @stdweird |
The
Common pattern: the |
https://github.com/hpcugent/vsc-base/blob/master/lib/vsc/utils/generaloption.py#L201 explains why this doesn't occur for Apparently the standard Python option parser happily allows that options (i.e. strings that start with |
I'll see if we can get this fixed in vsc-base, which hosts the option parser used by EasyBuild; see hpcugent/vsc-base#184. |
hpcugent/vsc-base#185 which fixes this problem in the option parser we use has been merged, I'll look into enabling it in the EasyBuild framework, so this should be fixed in EasyBuild v2.4.0. |
Cleaning up old issues on my profile |
Hello,
I just found that when combining the following options the
-D
seems to have no effect:The text was updated successfully, but these errors were encountered: