Keep TeX Live source builds available when a mirror breaks#1006
Open
brandonpayton wants to merge 2 commits into
Open
Keep TeX Live source builds available when a mirror breaks#1006brandonpayton wants to merge 2 commits into
brandonpayton wants to merge 2 commits into
Conversation
Member
Author
|
Exact-head staging cannot exercise this repair because the staging matrix explicitly skips |
Phase B-1 matrix build status —
|
| Package | Arch | Status | Sha |
|---|---|---|---|
| bash | wasm32 | failed | — |
| mariadb-test | wasm32 | failed | — |
| mariadb-vfs | wasm32 | failed | — |
| mariadb-vfs | wasm64 | failed | — |
| nethack | wasm32 | failed | — |
| node | wasm32 | failed | — |
| spidermonkey-node | wasm32 | failed | — |
| userspace | wasm32 | failed | — |
| vim | wasm32 | failed | — |
| wget | wasm32 | failed | — |
| xz | wasm32 | failed | — |
| zip | wasm32 | failed | — |
| zstd | wasm32 | failed | — |
| nethack-browser-bundle | wasm32 | failed | — |
| rootfs | wasm32 | failed | — |
| vim-browser-bundle | wasm32 | failed | — |
| shell | wasm32 | failed | — |
| lamp | wasm32 | failed | — |
| node-vfs | wasm32 | failed | — |
| wordpress | wasm32 | failed | — |
Auto-generated; replaced on each push. Raw data in the publish-status workflow artifact.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
The ABI 41 repair rebuild reached TeX Live but could not download its source archive. The Utah historic mirror is currently serving the wrong intermediate certificate, so GitHub Actions rejects the HTTPS connection with
curl: (60) unable to get local issuer certificate. The later runtime-bundle phase used the same endpoint forinstall-tland its package repository, so rotating only the first download would have moved the failure instead of fixing it.What changes
install-tl, and frozen 2025 package repository topi.kwarc.info, which TUG lists as an official historic-archive mirror.install-tlto its published SHA-512 and verify it before extraction.Evidence
fffdb1a3d143c177a4398a2229a40d6a88f18098e5f6dcfd57648c9f2417490f0837c935488b96cfc8dd79f1298f283b467ab68b4163cee9cb04b79e80195982fdc5ae8a80058dc7d3e99206bfda8b3bdd11340425b08f60cbef70d5a0e22702install-tlSHA-512 matches upstream:a307d7d11bcbd1f054ad0b0d476f7f12bc1a40d07445020edef8713b44453831d18a2f1722c3d2b0ea2e4fe6c06183a79d1c4049495113f412a9f5a570a8614dbash -npassed for both changed shell scripts.shellcheckpassed with only pre-existing informational findings inbuild-texlive.sh.git diff --checkpassed.Decisive validation
The normal staging workflow is not a valid TeX Live cross-build check because TeX Live is disabled in its package matrix. This PR's staging run therefore skipped TeX Live and selected unrelated packages missing from the staging index; that run was cancelled so it would not compete with the active ABI 41 recovery rebuild.
After this PR merges, a focused TeX Live
wasm32force rebuild from the exact merge commit will exercise the repaired production path end to end: source download, cross-build, runtime-bundle download, artifact publication, and index update.