use SYSTEM toolchain + fix local var names to fix broken tests after collapse of 4.x branch into develop#8822
Conversation
…collapse of 4.x branch into develop
|
Test report by @boegel |
|
Re-trigger Travis |
| sources = ['plink2_linux_x86_64_20190810.zip'] | ||
| checksums = ['009e9ae14aa821485b344846bfa46a8886e48f17b8feaa23c6a0360f61ea445f'] | ||
|
|
||
| files_to_copy = [ |
There was a problem hiding this comment.
PLINK is installed with PackedBinary, while files_to_copy is custom to MakeCp, so it's not actually used here at all...
There was a problem hiding this comment.
It must be removed here for the easyconfig tests to pass, since they now fail if local variables are used that don't follow the recommended naming scheme, see https://easybuild.readthedocs.io/en/4.x/Easyconfig-files-local-variables.html
|
Going in, thanks @boegel! |
also requires easybuilders/easybuild-framework#2982 to make tests pass...