add sanitycheck_dependencies easyconfig parameter#4916
add sanitycheck_dependencies easyconfig parameter#4916Crivella wants to merge 2 commits intoeasybuilders:developfrom
sanitycheck_dependencies easyconfig parameter#4916Conversation
|
Using this would indeed sort of defeat the purpose of the sanity check, but I can imagine there are cases where it would make sense, for example if you want to use an extra command in a sanity check command that is not available by default, but which is not required to use the software in the normal way. @Crivella What use case did you have for this exactly? |
sanitycheck_dependencies Easyconfig parametersanitycheck_dependencies easyconfig parameter
|
This starting idea for this was easybuilders/easybuild-easyconfigs#22930 where I wanted to use Still i think for this to be robust we would need not only |
Allow having a separate set of dependencies loaded only at sanity check.
NOTE:
Thinking about this more, this might not be as straight-forward, as I think the idea of sanity-checking is to test whether all commands work properly with only the build module loaded.
Introducing extra modules could make a check pass that supposedly should not...