plugins: add SConsPlugin
Metadata
Current evaluation
Merged SConsPlugin to build SCons projects. Uses standard scons commands and DESTDIR for installation paths. Approved by a reviewer, passed CI checks, and integrated into the codebase.
Suggested action: —
No scores available.
Issue body
This plugin builds SCons projects and is heavily based on Snapcraft's core18 plugin. Remarks:
- The plugin builds artifacts through two commands: "scons" and "scons install". This assumes that "install" is a valid target in the source's SConstruct file.
- Since there is no "official" way to configure the installation dir for SCons-generated artifacts, the plugin assumes the common convention of setting the DESTDIR environment variable to the part's install dir.
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
-----
CRAFT-1418
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged SConsPlugin to build SCons projects. Uses standard scons commands and DESTDIR for installation paths. Approved by a reviewer, passed CI checks, and integrated into the codebase. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged SConsPlugin to build SCons projects using scons and scons install. The plugin relies on DESTDIR for installation paths. Maintainer testing confirmed functionality, noting minor package-specific DESTDIR variations. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #714 feat(docs): scons plugin reference | craft-parts | merged | Adding a SCons plugin reference to the documentation was approved by two reviewers, passed CI checks, and has been merged. The change adds 79 lines across two files. | |
| #983 Updated scons plugin to use get_build_properties() | snapcraft | merged | Merged into master following reviewer approval and successful CI checks. The update refactored the scons plugin to use get_build_properties(), added demo and test files, and increased code coverage by 0.08%. |