project: read local plugins from build-aux
Metadata
Current evaluation
Merged update enabling snapcraft to read local plugins from build-aux/snap when loading snapcraft.yaml from that directory. Approved, passed CI, and integrated into master.
Suggested action: —
No scores available.
Issue body
When loading snapcraft.yaml from the build-aux/snap instead of snap, we
should also read local plugins from the alternative location.
LP: #1827095
Signed-off-by: Claudio Matsuoka <claudio.matsuoka@canonical.com>
- [x] Have you followed the [guidelines for contributing](https://github.com/snapcore/snapcraft/blob/master/CONTRIBUTING.md)?
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [x] Have you successfully run `./runtests.sh static`?
- [x] Have you successfully run `./runtests.sh tests/unit`?
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged update enabling snapcraft to read local plugins from build-aux/snap when loading snapcraft.yaml from that directory. Approved, passed CI, and integrated into master. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged into master. Updates snapcraft to load local plugins from build-aux/snap when snapcraft.yaml is loaded from that directory, resolving LP #1827095. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged into master. Updates snapcraft to load local plugins from build-aux/snap when snapcraft.yaml is read from that directory, resolving LP #1827095. Merge decreased overall coverage by 0.01%. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #404 Clean: Leave local plugins alone. | snapcraft | merged | Merged fix preventing Snapcraft from deleting the parts directory when local plugins are present. Added a pre-removal check and regression tests to resolve Launchpad bug #1561546. Integrated into master. | |
| #2418 build(snap): enable internal plugins | charmcraft | merged | Merged to enable internal craft-application plugins for snap builds. The change adds plugin support, builds on a related charmcraft PR, and passed CI checks despite unrelated test failures. | |
| #4035 plugins: parse snapcraft.yaml before listing plugins | snapcraft | merged | Merged to main. Fixes plugin listing failures for core22 projects using extensions, parse-info, or advanced grammar. The change parses snapcraft.yaml before plugin enumeration. Approved and passed CI. |