-
Notifications
You must be signed in to change notification settings - Fork 445
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
Cannot use parallel installations of snapcraft if a non-aliased version is not installed #4683
Comments
Has something changed in recent times since this report? I'm attempting to use my reproducer case right now (parallel install of snapcraft 7.x as |
@dilyn-corner, this error only occurs when there is not a non-aliased version of snapcraft installed. The bug is that the non-aliased version of snapcraft is injected into the build environment:
|
Upstream bug: canonical/craft-application#411 |
Testing the reproducer on each base and across 2 versions of snapcraft:
|
Appreciate the work including fixing 7.5! Nice. |
Bug Description
Snapcraft used to support parallel installations but @dilyn-corner recently found this is not working with the following error:
Most likely, this line in craft-providers needs to use
snap_name.split('_')[0]
but I haven't tested this yet. If this solves the problem, I prefer we conclude the investigation by looking atsnapd
to determine why this started failing.To Reproduce
Environment
snapcraft.yaml
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: