Commit Graph

7 Commits

Author SHA1 Message Date
yfwmaniish fe06fc607f ci: point apt at archive.debian.org so the test matrix can install
Every job in the test matrix has failed since Debian 10 "buster" was
archived, on master as well as on pull requests.

The matrix runs inside ghcr.io/zsh-users/zsh:<version>, and all 35 of
those images are buster-based -- /etc/debian_version reads 10.12 and
/etc/apt/sources.list carries:

    deb http://deb.debian.org/debian buster main
    deb http://security.debian.org/ buster/updates main

buster has since been dropped from both of those mirrors;
deb.debian.org now returns 404 for dists/buster/Release. So
install_packages -- minideb's "apt-get update && apt-get install"
helper -- fails all three of its attempts and exits 100 before
`make test` is ever reached. Nothing in the test suite is involved,
which is why the failure is uniform across every zsh version.

archive.debian.org still serves buster, including buster/updates under
debian-security, and still carries bsdmainutils, make and procps.
Repointing the two entries there restores the matrix.

The rewrite is guarded on sources.list actually mentioning buster, so
it turns into a no-op once the images are rebuilt on a supported
release instead of silently redirecting a live suite to the archive.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-28 22:32:51 +05:30
Matthew Martin bb27265aee CI: Update action versions 2023-10-29 13:25:08 -05:00
Matthew Martin 71bd576af8 CI += zsh 5.9 2023-10-29 13:13:49 -05:00
Daniel Shahaf 56b4433461 CI += zsh 5.8.1 2022-02-13 21:33:05 +00:00
Matthew Martin dffe304567 CI: Pull image from the GitHub container registry 2021-07-03 14:33:17 -05:00
Matthew Martin 894127b221 docs,CI: Switch to Libera.Chat 2021-05-20 20:10:34 -05:00
Matthew Martin 5eb494852e Switch to GitHub Actions from Travis 2020-12-25 16:43:50 -06:00