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

support bundle execution on macos #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mhitza
Copy link

@mhitza mhitza commented Oct 19, 2024

Took some notes from #13 and applied further changes until I got an ansible playbook bundle running in a GitHub actions runner with macos-latest.

Does not include additions such as brew in order to be able to develop this repository on macos. I don't have such a system available to make that work.


Notable code changes that were necessary.

The realpath binary is not installed by default on macos, and I guess it could cause issues where symlinks are involved (or was there another issue which realpath fixed), but I would expect pip to be able to deal with symlinks.

The PIP binary path is different on macos, and set an additional path in regards to that (the macos-latest runner had Python 3.12.7, but the bin path only includes the major.minor versions without the patch level).

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

Successfully merging this pull request may close these issues.

1 participant