Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 28 |
Nodes: | 6 (0 / 6) |
Uptime: | 48:32:13 |
Calls: | 422 |
Files: | 1,024 |
Messages: | 90,422 |
mips64el and riscv64
====================
The Release Team has decided to drop mips64el as a release architecture
Package: release.debian.org
Severity: serious
X-Debbugs-CC: sramacher@debian.org, debian-mips@lists.debian.org
On 2025-05-18 08:26:30 +0000, Paul Gevers wrote:
mips64el and riscv64
====================
The Release Team has decided to drop mips64el as a release architecture
Let use this bug to coordinate the removal of mips64el from testing. As
last time:
1. Get britney to ignore mips64el
2. Stop building for mips64el/{testing,unstable,experimental}
3. Remove mips64el/{testing,unstable,experimental} from the archive
I am implementing 1. and will later clone this bug to the appropriate
teams to implement 2. and 3.
1. is now implemented and deployed. I am cloning the bug for the archive
and buildd sides.
wanna-build=> select * from distribution_architectures where distribution like 'trixie%' and architecture = 'mips64el';
distribution | architecture | vancouvered | archive ------------------+--------------+-------------+-----------------
trixie | mips64el | f | debian
trixie-backports | mips64el | f | debian
trixie-security | mips64el | f | debian-security
(3 rows)
wanna-build=> begin;
BEGIN
wanna-build=*> delete from packages where distribution like 'trixie%' and architecture = 'mips64el';
DELETE 37801
wanna-build=*> delete from distribution_architectures where distribution like 'trixie%' and architecture = 'mips64el';
DELETE 3
wanna-build=*> commit;
COMMIT