-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the GitHub CLI to the global workflow env #1416
base: develop
Are you sure you want to change the base?
Conversation
The intel build fails because it can't build grep. I am pretty sure that we can assume grep is available as an external package on all systems. |
@climbfuji I'm going to fix that anyways; we are observing the same grep issue on our Ubuntu site config (see discussion here - Steve has also verified that he is seeing it). |
Ok, I've added the fix to this PR. No idea why this issue is showing up now but it seems to be affecting many intel builds and the fix is pretty easy. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is blocked by #1419
This change adds the GitHub CLI to the global workflow env. Go language based dependencies don't compile on the intel stack, so some intel-specific config has been added to force the use of an alternate GCC compiler. This change has been tested in GCC and Intel on an Ubuntu 24.04 site config.
Testing
As above, tested in Ubuntu on GCC/Intel
Applications affected
Global Workflow Env.
Systems affected
N/A
Dependencies
None
Issue(s) addressed
Fixes: #1105
Checklist