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

Fix building of wheels in monorepo and update docs #491

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Conversation

legoktm
Copy link
Member

@legoktm legoktm commented Feb 8, 2024

The main issue is that our previous hack to detect the component name from the folder no longer works, since it'll now be an unprefixed "client", so have the Makefile add the prefixing in.

Documentation has been updated as well.

Fixes #486.

@rocodes rocodes self-requested a review February 9, 2024 16:06
Copy link
Contributor

@rocodes rocodes left a comment

Choose a reason for hiding this comment

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

I also had to run make update-requirements again after building the wheels, in order to update build reqs. Otherwise, the build-requirements.txt file wasn't correctly updated.

@legoktm
Copy link
Member Author

legoktm commented Feb 13, 2024

Good point, changed: https://github.com/freedomofpress/securedrop-builder/compare/0e0335e89ef7992cc3c6126a5c172eea35da1ae3..44bbd2139baa28ac87abe78727222f5a74badfb7. Now going to rebase against main because there's a conflict...

The main issue is that our previous hack to detect the component name
from the folder no longer works, since it'll now be an unprefixed
"client", so have the Makefile add the prefixing in.

Documentation has been updated as well.
Copy link
Contributor

@rocodes rocodes left a comment

Choose a reason for hiding this comment

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

Awesome thanks @legoktm

@rocodes rocodes merged commit bf011c6 into main Feb 13, 2024
6 checks passed
@rocodes rocodes deleted the wheels-fix branch February 13, 2024 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Packaging instructions (for workstation) need updating
2 participants