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

Compatibility issues with on macOS & documentation #341

Closed
douglascamata opened this issue Sep 29, 2022 · 1 comment
Closed

Compatibility issues with on macOS & documentation #341

douglascamata opened this issue Sep 29, 2022 · 1 comment

Comments

@douglascamata
Copy link
Contributor

I was trying to update some manifests lately and encountered two different set of issues:

Need fixing

ARM64 related issues with Golang based tools

Mostly caused by the jsonnet tools that have to be updated to be arm64 compatible. This is easy to solve.

Need updated documentation

GNU vs BSD tools

It's not documented that macOS users have to install gnu-sed and findutils (for GNU xargs) and update the Makefile to make use of them.

Jsonnet dependencies update

The instructions provided at the moment do not work, because make vendor doesn't exist anymore.

@douglascamata douglascamata changed the title Compatibility issues with on macOS Compatibility issues with on macOS & documentation Sep 29, 2022
@douglascamata
Copy link
Contributor Author

Fixed by #343 and #344.

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

1 participant