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(plugins/poetry): set --no-binary=:all: by param #2044

Merged
merged 3 commits into from
Dec 17, 2024
Merged

Conversation

lengau
Copy link
Collaborator

@lengau lengau commented Dec 16, 2024

This moves the environment variable configuration to use a parameter. This is needed because pip does not load environment variables in a deterministic order, but the order of these parameters matters.

Requires canonical/craft-parts#940

Fixes #2025

CRAFT-3794

This moves the environment variable configuration to use a parameter.
This is needed because pip does not load environment variables in a
deterministic order, but the order of these parameters matters.

Requires canonical/craft-parts#940

Fixes #2025

CRAFT-3794
@lengau lengau marked this pull request as ready for review December 17, 2024 01:09
@lengau lengau requested review from mr-cal and bepri December 17, 2024 01:09
@lengau lengau merged commit 0db15c1 into main Dec 17, 2024
25 of 26 checks passed
@lengau lengau deleted the work/2025/CRAFT-3794 branch December 17, 2024 15:22
lengau added a commit to tmihoc/charmcraft that referenced this pull request Dec 19, 2024
This moves the environment variable configuration to use a parameter.
This is needed because pip does not load environment variables in a
deterministic order, but the order of these parameters matters.

Requires canonical/craft-parts#940

Fixes canonical#2025

CRAFT-3794
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.

Poetry plugin: use parameters rather than env vars
3 participants