The new artifacts option of the make plugin doesn't seem to work
Metadata
Current evaluation
Closed without resolution. The make plugin artifacts option failed to locate build outputs. Likely abandoned or superseded by newer implementations.
Suggested action: —
No scores available.
Issue body
It seems that it's not possible for the make plugin to find the artifact in the directory of the part:
⟫ /home/elopio/workspace/canonical/snapcraft/bin/snapcraft
Preparing to pull make-project
Pulling make-project
Preparing to build make-project
Building make-project
make -j10
gcc -o test test.c
[Errno 2] No such file or directory: 'test'
To reproduce, use the attached snapcraft.yaml and Makefile
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Closed without resolution. The make plugin artifacts option failed to locate build outputs. Likely abandoned or superseded by newer implementations. | |
| qwen/qwen3.6-35b-a3b | — | — | Closed without resolution. Likely abandoned or marked invalid due to missing reproduction details. The make plugin artifacts option failed to locate built files, causing a directory error. | |
| qwen/qwen3.6-35b-a3b | — | — | The make plugin artifacts option failed to locate built files, causing a directory error. The report was closed without comments or a fix, indicating it was abandoned. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1613753 Support install targets in the make plugin | snapcraft (launchpad) | closed | Closed without resolution. The request to support Makefiles lacking an install target and add an artifacts option was abandoned. | |
| #715 Add artifacts option to make plugin. | snapcraft | merged | Merged the pull request adding an artifacts option to the make plugin. This copies specified files post-build, bypassing make install. Documentation was updated per review to clarify the behavior before final approval and merge. |