Show directory that was searched for source directory in Clang easyblock#3960
Show directory that was searched for source directory in Clang easyblock#3960Flamefire wants to merge 1 commit intoeasybuilders:developfrom
Conversation
|
Test report by @Flamefire Overview of tested easyconfigs (in order)
Build succeeded for 0 out of 1 (1 easyconfigs in total) This shows the change in a purposely failing build
|
| raise EasyBuildError("Failed to find exactly one source directory for pattern %s: %s", globpatterns, | ||
| glob_src_dirs) | ||
| raise EasyBuildError("Failed to find exactly one source directory in %s for pattern %s: %s", | ||
| os.getcwd(), globpatterns, glob_src_dirs) |
There was a problem hiding this comment.
Do we need to worry about this directory potentially not existing?
If so, we can use os.getenv('PWD') instead of os.getcwd()?
There was a problem hiding this comment.
I don't see how it is possible for this directory to get removed while we are in the top of the extract step
(created using
eb --new-pr)