Skip to content

[codex] Install autopoint in release Linux jobs#394

Merged
adamziel merged 1 commit into
trunkfrom
codex/release-linux-autopoint
May 19, 2026
Merged

[codex] Install autopoint in release Linux jobs#394
adamziel merged 1 commit into
trunkfrom
codex/release-linux-autopoint

Conversation

@adamziel
Copy link
Copy Markdown
Contributor

What it does

Adds autopoint to the explicit Linux package list in Release: verify and Release: publish.

Rationale

After the HTTPS/retry apt hardening, the ARM64 Linux release job got past the initial toolchain install. It then failed when static-php-cli doctor tried to auto-install autopoint itself, outside our retry-wrapped apt command:

autopoint not installed on your system
sudo apt-get install -y autopoint
E: Failed to fetch https://ports.ubuntu.com/.../autopoint_0.21-14ubuntu2_all.deb

Installing autopoint up front keeps all package fetching inside the hardened apt step.

Implementation

Updates only .github/workflows/release-publish.yml and .github/workflows/release-verify.yml.

Testing instructions

Verified by rerunning Release: publish for the existing v0.1.50 release commit after merge.

@adamziel adamziel merged commit 346e619 into trunk May 19, 2026
1 check passed
@adamziel adamziel deleted the codex/release-linux-autopoint branch May 19, 2026 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants