[WIP] providers: experimental craft-provider support
Metadata
Current evaluation
Abandoned without merging. The experimental craft-provider support for Multipass VMs remained a work in progress with no tests or reviews, and was closed due to lack of engagement and pending base configuration.
Suggested action: —
No scores available.
Issue body
Basic support to build a charm in a Multipass VM, currently limited
to a focal guest until we wire in bases.
To run with developer mode from local source:
CHARMCRAFT_DEVELOPER_PROJECT=~/git/charmcraft \
charmcraft build --debug --verbose
To run with developer mode from remote source:
CHARMCRAFT_DEVELOPER_PROJECT=git+git://github.com/canonical/charmcraft@master \
charmcraft build --debug --verbose
To emulate running from a snap without actually using a snap:
SNAP_NAME=charmcraft SNAP=/snap/charmcraft/current/ \
charmcraft build --debug --verbose
In order for the snap to function, it must be classic. Otherwise
the snap will be denied access to the project mount data, even though
it is in home.
No tests.
Signed-off-by: Chris Patterson <chris.patterson@canonical.com>
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Abandoned without merging. The experimental craft-provider support for Multipass VMs remained a work in progress with no tests or reviews, and was closed due to lack of engagement and pending base configuration. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Abandoned and closed without merging. The experimental craft-provider support for building charms in Multipass VMs remained a work-in-progress with no tests or further development. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Closed without merging. The pull request added experimental craft-provider support for building charms in a Multipass VM but remained a work-in-progress with no tests. It was abandoned and superseded by later implementations. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #3965 requirements: update craft-providers | snapcraft | closed | Closed without merge; abandoned as a test branch addressing a Multipass directory write error. | |
| #3469 [wip] craft-providers | snapcraft | closed | Closed without merge. Labeled as work in progress with no reviews or CI checks. The branch was abandoned and removed from the repository. |