Skip to content

ci: strip bundled libwayland from AppImage via pickforge-tauri-release#29

Merged
ElbertePlinio merged 2 commits into
mainfrom
ci/adopt-fix-appimage
Jul 9, 2026
Merged

ci: strip bundled libwayland from AppImage via pickforge-tauri-release#29
ElbertePlinio merged 2 commits into
mainfrom
ci/adopt-fix-appimage

Conversation

@ElbertePlinio

Copy link
Copy Markdown
Member

Adopts the shared fix-appimage command from @pickforge/tauri-release 0.3.0: after the Tauri build, the AppImage gets libwayland stripped, repacked, verified, and re-signed before asset collection — same fix pickforge/pickgauge ship, previously missing here.

Tested: validate-config passes with 0.3.0 installed; workflow YAML validated; the shared command is proven against real PickForge production AppImages (stripped 4 libs from v0.1.7, idempotent on v0.1.9). Real proof lands with the next tagged release.

Closes #22
Refs pickforge/pickforge-platform#9

@ElbertePlinio

Copy link
Copy Markdown
Member Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: bc3e1664c2

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/release.yml Outdated
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
run: |
shopt -s nullglob
appimages=(src-tauri/target/release/bundle/appimage/*.AppImage)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Point AppImage glob at workspace target

In this repo src-tauri is a Cargo workspace member (Cargo.toml lists members = [".", "src-tauri"]), so Tauri/Cargo writes release bundles under the workspace target/release/bundle, which is also the artifact root configured in pickforge.release.json. This new glob scans src-tauri/target/..., so a normal tagged release will find zero AppImages and exit before asset collection/upload. Use the workspace path (target/release/bundle/appimage/*.AppImage) or derive it from the release config.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in acf0649 — the glob now scans the workspace-root target/release/bundle, matching pickforge.release.json's artifactRoot.

@ElbertePlinio

Copy link
Copy Markdown
Member Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Another round soon, please!

Reviewed commit: acf0649a20

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@ElbertePlinio ElbertePlinio merged commit 29b4f4e into main Jul 9, 2026
1 check passed
@ElbertePlinio ElbertePlinio deleted the ci/adopt-fix-appimage branch July 9, 2026 04:41
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.

Linux AppImage white screen: bundled libwayland breaks host EGL (EGL_BAD_PARAMETER)

1 participant