schema: `ubuntu@26.04` should not be a valid `build-base` for now
Metadata
Current evaluation
Closed. The invalid ubuntu@26.04 build-base entry was removed from the schema.
Suggested action: —
No scores available.
Issue body
### Check existing issues
- [x] I've verified that this bug isn't described by any existing issues.
### Bug description
`ubuntu@26.04` shouldn't be a valid `build-base` before its official release, and should therefore not exist in the [schema](https://github.com/canonical/rockcraft/blob/5c56021d1f7c09ff1334d3d056a02c01b3de024d/schema/rockcraft.json#L11051).
### Steps to reproduce
It exists in the schema where the current `HEAD` is tracked: https://github.com/canonical/rockcraft/blob/5c56021d1f7c09ff1334d3d056a02c01b3de024d/schema/rockcraft.json#L11043-L11063
### Environment
Irrelevant to environments.
### rockcraft.yaml
```yaml
<!-- If the issue is specific to a project, share its `rockcraft.yaml`. This field automatically renders as YAML, so you don't need to add special formatting. -->
```
### Log output
```shell
<!-- Provide any relevant logging. This field automatically renders as a log, so you don't need to add special formatting. -->
```
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Closed. The invalid ubuntu@26.04 build-base entry was removed from the schema. | |
| qwen/qwen3.6-35b-a3b | — | — | Fixed by removing the premature ubuntu@26.04 entry from the build-base schema validation. The issue was closed after the configuration was updated to exclude unsupported bases prior to official release. | |
| qwen/qwen3.6-35b-a3b | — | — | Fixed by removing ubuntu@26.04 as a valid build-base from the schema prior to its official release. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Fixed by removing ubuntu@26.04 from the valid build-base schema list. Closed without discussion. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Closed without discussion. The schema validation for ubuntu@26.04 as a build-base was resolved, though specific resolution details are not documented. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1074 fix: ubuntu@26.04 is not a valid build-base yet | rockcraft | merged | Merged a fix restricting build-base to stable Ubuntu releases and devel, excluding ubuntu@26.04 until stabilization. Approved by two reviewers and merged to resolve issue #1069, despite one failing CI check. |