Skip to content
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

make install does not work on MacOS #70

Open
sleshchenko opened this issue Feb 10, 2021 · 2 comments
Open

make install does not work on MacOS #70

sleshchenko opened this issue Feb 10, 2021 · 2 comments

Comments

@sleshchenko
Copy link
Contributor

Describe the bug

it seems that make install does not work on MacOS.
I helped to figure out the cause why WTO is not installed on some of the cluster after make install
and it turned that that Catalog Source don't have image specified, so make used empty value for image.

As workaround MacOS users can do

oc apply -f ./catalog-source.yaml
oc apply -f ./operator-subscription.yaml
@amisevsk
Copy link
Contributor

I assume it's a .ONESHELL issue, since macs have ancient versions of bash and make by default.

@amisevsk
Copy link
Contributor

Another option is to use brew to install a recent (i.e. newer than 2010) version of make, and then invoke gmake instead of make.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants