You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds control logic to determine whether to execute the new or legacy remote-build code.
Requires parsing the snapcraft.yaml and checking the base. Only core20 and core22 snaps can use the legacy remote-build code.
Devel, core24, and onwards must use the new remote-build code.
Why it needs to get done
remote-build needs to be migrated because it does not leverage the new craft libraries, has issues with building core22 snaps, and has issues related to how the local project is bundled.
The text was updated successfully, but these errors were encountered:
What needs to get done
This adds control logic to determine whether to execute the new or legacy remote-build code.
Requires parsing the snapcraft.yaml and checking the base. Only core20 and core22 snaps can use the legacy remote-build code.
Devel, core24, and onwards must use the new remote-build code.
Why it needs to get done
remote-build needs to be migrated because it does not leverage the new craft libraries, has issues with building core22 snaps, and has issues related to how the local project is bundled.
The text was updated successfully, but these errors were encountered: