-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Build failure on MacOS using podman #90
Comments
Thanks for bringing this to my attention, will investigate |
Would you be able to test my PR? I dont have a mac to test on |
I have an M2 MBA on Ventura 13.1 and the PR still doesn't work. I ran
|
can you put "uname" into terminal and post what you get from the terminal please? |
e: Also, I tested basically undoing the changes in PR #58 and I was able to successfully build the firmware. So, I can definitely confirm that with the OP, too. |
Thanks for doing that for me. i'm trying to have it detect the OS and remove those SELinux params appropriately, i'll fiddle a bit more and let you know |
Please try it again, the uname command adds a sneaky bit of whitespace in that has to be explicitly removed |
It works! |
@humblehacker have you had the opportunity to test the changes i've made? it'd be much appreciated if you were able to confirm whether or not they solve the issue |
@ReFil Sorry for the late reply, and thanks for the fix. I checked out your branch and was able to successfully build! |
The changes in PR #58 are the culprit. After reverting locally, I'm able to build successfully.
For reference: containers/podman-compose#509
The text was updated successfully, but these errors were encountered: