Skip to content

Fix podman e2e workflow apt setup on Ubuntu jammy - #1058

Merged
travagliad merged 1 commit into
mainfrom
cursor/fix-podman-e2e-workflow-4051
Jul 9, 2026
Merged

Fix podman e2e workflow apt setup on Ubuntu jammy#1058
travagliad merged 1 commit into
mainfrom
cursor/fix-podman-e2e-workflow-4051

Conversation

@travagliad

Copy link
Copy Markdown
Contributor

Why

FB run 28705517533 on PR-4456 failed the @user-password (podman) lane because the workflow installed libncurses5 before apt-get update, hitting a 404 on jammy mirrors. The workflow also had a broken empty apt-get install line.

How

  • Run apt-get update before the first package install in runner-e2e-tests-podman.yml
  • Replace unavailable libncurses5 with libncurses6
  • Remove the broken empty apt-get install step

Related

Open in Web Open in Cursor 

Run apt-get update before installing packages, replace unavailable
libncurses5 with libncurses6, and remove the broken empty apt-get install
step that caused @user-password podman FB runs to fail.

Co-authored-by: travagliad <travagliad@users.noreply.github.com>
@travagliad
travagliad merged commit 730a270 into main Jul 9, 2026
29 of 31 checks passed
@travagliad
travagliad deleted the cursor/fix-podman-e2e-workflow-4051 branch July 9, 2026 13:49
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.

3 participants