Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uplink-sys(fix): Make build copying more resilient #81

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

GodTamIt
Copy link
Contributor

This fixes an issue where:

  1. User tries to build before initializing all submodules.
  2. uplink-c directory is empty and copied into build.
  3. Build fails but leaves empty uplink-c directory in build directory
  4. User initializes uplink-c and then tries to build again without cleaning.
  5. uplink-c gets nested in a second level deeper, causing build issues.

Copy link
Collaborator

@ifraixedes ifraixedes left a comment

Choose a reason for hiding this comment

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

I just dropped a comment.
Thank you for looking at this.

This fixes an issue where:

  1. User tries to build before initializing all submodules.
  2. `uplink-c` directory is empty and copied into build.
  3. Build fails but leaves empty `uplink-c` directory in build directory
  4. User initializes `uplink-c` and then tries to build again without cleaning.
  5. `uplink-c` gets nested in a second level deeper, causing build issues.
@GodTamIt GodTamIt changed the title build: Make build copying more resilient uplink-sys(fix): Make build copying more resilient Nov 11, 2024
@GodTamIt GodTamIt requested a review from ifraixedes November 11, 2024 16:38
@ifraixedes ifraixedes merged commit c80f29d into storj-thirdparty:main Nov 12, 2024
1 check passed
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.

2 participants