I'm attempting to do a buildroot build in a Linux Docker container on macOS 14.3 (Sonoma).
The build starts out ok, but fails when doing file operations like rsync. I thought it might be macOS's file security getting in the way, so I added the Docker app to the list of apps allowed full disk access. That didn't help.
I've searched for solutions, but it is pretty much "use a Linux VM". I'll use that if no one has a hint on how to get the container solution working.
Has anyone gotten this to work?