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(package): Limit the bases in manifest.yaml #1795

Merged
merged 5 commits into from
Aug 7, 2024

Conversation

lengau
Copy link
Collaborator

@lengau lengau commented Aug 6, 2024

For a bases charm, this was previously writing out all run bases rather than the specific bases for this build.

lengau added 2 commits August 6, 2024 16:58
For a `bases` charm, this was previously writing out all run bases
rather than the specific bases for this build.
@@ -35,7 +35,7 @@
],
)
def test_install_strict_dependencies_pip_check_error(
new_path: pathlib.Path, requirements: list[str]
monkeypatch, new_path: pathlib.Path, requirements: list[str]
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this is a side-effect of fixing a merge issue

@lengau lengau marked this pull request as ready for review August 7, 2024 16:24
@lengau lengau requested review from tigarmo, mr-cal and a team August 7, 2024 16:24
@tigarmo tigarmo requested a review from a team August 7, 2024 16:39
@lengau lengau merged commit 8b16cae into hotfix/3.1 Aug 7, 2024
17 of 18 checks passed
@lengau lengau deleted the work/1783/correct-bases branch August 7, 2024 19:13
@lengau lengau linked an issue Aug 7, 2024 that may be closed by this pull request
@lengau lengau restored the work/1783/correct-bases branch August 7, 2024 21:23
@lengau lengau deleted the work/1783/correct-bases branch August 28, 2024 18:16
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.

Charmcraft 3 no longer respects legacy bases architectures
3 participants