Skip to content

Conversation

@dzenanz
Copy link
Member

@dzenanz dzenanz commented Feb 5, 2025

This is a cherry-pick of #287 for merging into release branch.

@LucasGandel
Copy link
Collaborator

Thanks for backporting #287. The problem happens on mac for all modules that depend on another remote module.

Can you rebase and fix conflicts before I give my approval please? otherwise looks good to me.

Fixes the following issue when building a module depending on another
remote module:
mv: rename ITKPythonPackage to /Users/svc-dashboard/D/P/ITKPythonPackage:
Directory not empty
@dzenanz
Copy link
Member Author

dzenanz commented Feb 5, 2025

Rebased. I don't know how I didn't see I was brining in multiple commits originally.

Copy link
Member

@thewtex thewtex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing the directory is not the right approach. This could contain work on a non-CI system and it could contain desirable build artifacts from other modules.

If it is the mv on line 92 that is causing the issue, then do not perform the mv if the directory already exists.

@thewtex
Copy link
Member

thewtex commented Feb 5, 2025

#287 should be reverted.

@LucasGandel
Copy link
Collaborator

Superseded by #290

#289 reverts #287 and changes the approach to prevent moving the directory if it already exists

@LucasGandel LucasGandel closed this Feb 6, 2025
@thewtex thewtex deleted the removeIPP branch February 6, 2025 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants