-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Failed Build: Unable to locate package snapcraft #347
Comments
Was still failing: https://github.com/plentico/plenti/actions/runs/11598485945/job/32294435295 So attempted to remove snapcraft again: 1a23191 |
After some adjustments for another reason builds were failing (related to llvm): #349 We're having snapcraft issues again:
Failed build: https://github.com/plentico/plenti/actions/runs/11599016707/job/32296214897 |
Now I see the key part in the failed build logs: https://github.com/plentico/plenti/actions/runs/11599142938/job/32296623627
|
Failed build: https://github.com/plentico/plenti/actions/runs/11599239368/job/32296932634
|
Should be fixed in v0.7.14 |
Build: https://github.com/plentico/plenti/actions/runs/11524578787/job/32085312420
Error:
I believe this is related to a fix for the
serve
cmd on Linux releases (#323) that's potentially related to an older version ofglibc
being used in the build process because it was referencing Ubuntu 20.04. After upgrading to Ubuntu 24.04 (a9ec54a) the step for setting up snaps fails, potentially because snapcraft is already included:plenti/.github/workflows/release.yml
Line 24 in a9ec54a
The text was updated successfully, but these errors were encountered: