-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
bash: depend on brewed ncurses #206855
bash: depend on brewed ncurses #206855
Conversation
First try failed with:
Trying harder to enforce use of system bash |
Hum, still not enough. Maybe @Bo98 has an idea. |
Certain parts of GitHub Actions uses the first We avoided the issue before by having no dependencies. What we could do instead is add special casing to remove brewed bash in job cleanup. |
Sounds reasonable. A possible alternative is modifying GITHUB_PATH during post.sh (perhaps |
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.
CI is now unblocked and this is good to .
I believe the workflow changes here are no longer necessary so I suggest dropping those to maintain consistency.
🤖 An automated task has requested bottles to be published to this PR. |
Fixes #158667
Fixes #206736
We already decided to do this, but the PR failed because of CI misuse of brew bash: #162819