Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the native build GitHub Actions workflow to avoid interactive prompts (notably language/locale selection) that can stall CI, and makes the workflow manually runnable.
Changes:
- Added
workflow_dispatchso the workflow can be run manually. - Attempted to force non-interactive package installation by setting
DEBIAN_FRONTEND=noninteractivefor apt-based steps.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Reason for change : native build is getting stuck prompting user to select language
Test Steps: run native build workflow
Signed-off by : R.Naren naren_ramesh@comcast.com