-
Notifications
You must be signed in to change notification settings - Fork 60
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
feat(ubuntu): Install brew package manager on x86_64 #1853
base: main
Are you sure you want to change the base?
feat(ubuntu): Install brew package manager on x86_64 #1853
Conversation
I'm sorry, @twangboy. I didn't escape a |
It seems installation has failed:
I'll try a different approach. |
478783c
to
d335d6e
Compare
d335d6e
to
386b5f3
Compare
I'm not sure if there's a more appropriate user than |
@cdalvaro I wanted to give you a heads up on this. We're being asked to make a major migration of our CICD off of AWS by the end of the month. This is probably going to affect our testing for awhile till we get it all worked out. So, we're going to hold off on this until things settle down. |
Add Homebrew package manager to Ubuntu (x86_64) machines.
This package is needed to allow brew testability on Linux machines after having extended the
mac_brew_pkg.py
module to allow Linux in saltstack/salt#66609