Conversation
- Add workflow_dispatch to allow manual triggering of the workflow - Make tag-check job conditional (only runs on tag pushes) - Make build job run when tag-check succeeds or is skipped - Make shell-tool-mcp and release jobs conditional (only on tag pushes) - This allows the workflow to be manually triggered for testing builds Co-authored-by: wallentx <8990544+wallentx@users.noreply.github.com>
- Change from android34 to android21 for maximum compatibility - API 21 supports Android 5.0+ and all Termux installations - Ensures binary works on older Android devices running Termux - Add comments explaining the API level choice Co-authored-by: wallentx <8990544+wallentx@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add aarch64-linux-android as a build target in workflow
Add aarch64-linux-android build target with workflow_dispatch for Termux compatibility
Feb 9, 2026
wallentx
pushed a commit
that referenced
this pull request
Mar 28, 2026
- Remove numeric prefixes for disabled rows in shared list rendering. These numbers are shortcuts, Ex: Pressing "2" selects option `#2`. Disabled items can not be selected, so keeping numbers on these items is misleading. - Apply the same behavior in both tui and tui_app_server. - Update affected snapshots for apps/plugins loading and plugin detail rows. _**This is a global change.**_ Before: <img width="1680" height="488" alt="image" src="https://github.com/user-attachments/assets/4bcf94ad-285f-48d3-a235-a85b58ee58e2" /> After: <img width="1706" height="484" alt="image" src="https://github.com/user-attachments/assets/76bb6107-a562-42fe-ae94-29440447ca77" />
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.
Adds aarch64-linux-android build target to produce Termux-compatible Codex CLI binaries for Android devices. Enables manual workflow triggering for testing without creating releases.
Changes
Workflow Trigger
workflow_dispatchto allow manual buildstag-check,shell-tool-mcp, andreleasejobs conditional (tags only)Android Build Configuration
aarch64-linux-androidonubuntu-24.04sdkmanagerCARGO_TARGET_AARCH64_LINUX_ANDROID_LINKERCC_aarch64_linux_android→aarch64-linux-android21-clangAR_aarch64_linux_android→llvm-arConditional Exclusions
Android builds skip incompatible steps:
CODEX_BWRAP_ENABLE_FFI=0(no bubblewrap in Termux)Artifacts
actions/upload-artifact@v6.tar.gzand.zstNotes
#[cfg(target_os = "android")]Testing
Manually trigger workflow at Actions tab to build and download artifacts. Test in Termux:
Original prompt
This pull request was created from Copilot chat.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.