Alexander Grund
Alexander Grund
(created using `eb --new-pr`)
(created using `eb --new-pr`)
(created using `eb --new-pr`)
We calculate MD5 and SHA256 checksums as part of the log output which might take considerable time. Instead of recomputing it in `verify_checksum` we can reuse this value.
Log all URLs and remove the "Downloaded ..." message in dry-run mode Also some refactoring to make the code easier to read/maintain like moving loop invariants out of the loop...
A failure in template resolving is currently hidden in the log although it is likely due to a bug in the code (either EasyBuild, EasyBlock or EasyConfig) This may lead...
We want to always use a specific group for installed software such that any admin can install and modify it. We already use `--group-writable-installdir`. However this doesn't ensure the group...
Doing pointer arithmetic on a NULL pointer is undefined behavior. This got flagged in a run using UBSAN. Disable the checks if any of the data pointers is NULL.
The assertions added in e.g. 54186d5 are removed in Release builds. Build in Debug mode too to test those in CI.
On Windows DLLs are created which must be in the same folder as the executables. Do that in the main CML and add a matching CI job