Cleanbuild remote wrong snap arch tag
Metadata
Current evaluation
⚠️ This summary may be outdated — the issue content or evaluation prompts have changed since this evaluation was made.
cleanbuild --remote produced snaps with incorrect architecture tags when the remote differed from the local machine and --target-arch was omitted. The report was closed without comments or a fix, indicating abandonment.
Suggested action: —
No scores available.
Issue body
When using cleanbuild --remote without specifying --target-arch and the remote has a different arch, produces a snap with a wrong arch tag.
For example
Command initiator:
uname -a
Linux ubuntu 4.15.0-24-generic #26-Ubuntu SMP Wed Jun 13 08:44:47 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04 LTS
Release: 18.04
Codename: bionic
Remote:
uname -a
Linux localhost.localdomain 4.4.0-1030-raspi2 #37-Ubuntu SMP Thu Oct 20 15:06:25 UTC 2016 armv7l armv7l armv7l GNU/Linux
cat /etc/*-release
DISTRIB_ID="Ubuntu Core"
DISTRIB_RELEASE=16
DISTRIB_DESCRIPTION="Ubuntu Core 16"
NAME="Ubuntu Core"
VERSION="16"
ID=ubuntu-core
PRETTY_NAME="Ubuntu Core 16"
Result:
The snap is incorrectly tagged as 'amd64', as it should be 'armhf'.
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | cleanbuild --remote produced snaps with incorrect architecture tags when the remote differed from the local machine and --target-arch was omitted. The report was closed without comments or a fix, indicating abandonment. | |
| qwen/qwen3.6-35b-a3b | — | — | Closed without resolution due to inactivity. cleanbuild --remote incorrectly tagged snaps with the local architecture when the remote differed and --target-arch was omitted. No fix or workaround was implemented. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Abandoned. The cleanbuild --remote command incorrectly tagged snaps with the local architecture instead of the remote architecture when --target-arch was omitted. No fix was implemented. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1817288 snapcraft cleanbuild produces incorrect architecture snap | snapcraft (launchpad) | closed | Abandoned and closed without resolution. The legacy mode cleanbuild multi-arch naming bug remains unfixed due to lack of activity and deprecation of legacy mode. | |
| #2042167 remote-build doesn't support shorthand architecture format | snapcraft (launchpad) | open | remote-build ignores shorthand architecture format in snapcraft.yaml despite documentation stating it's equivalent to full format. Untriaged, 1038 days old. |