Mac cross builds haven't changed since they were written, so likely an issue with osxcross since we have been checking out main.
The below comment says to make sure to use the right AR, which I am with x86_64-apple-darwin20.4-ar
tpoechtrager/osxcross#11 (comment)
Looks like there are others that have this same probelm
tpoechtrager/osxcross#225
which is why PR #46 added -DCMAKE_RANLIB=x86_64-apple-darwin20.4-ranlib
However that build failed too.
I've also tried forcing libc++ in this commit: 129b86d, but that also failed https://github.com/farzonl/warfLang/actions/runs/6291520110/job/17079966556
The weird thing is Dockerfile.osx-cross still works perfectly.
Mac cross builds haven't changed since they were written, so likely an issue with osxcross since we have been checking out main.
The below comment says to make sure to use the right AR, which I am with
x86_64-apple-darwin20.4-artpoechtrager/osxcross#11 (comment)
Looks like there are others that have this same probelm
tpoechtrager/osxcross#225
which is why PR #46 added
-DCMAKE_RANLIB=x86_64-apple-darwin20.4-ranlibHowever that build failed too.
I've also tried forcing libc++ in this commit: 129b86d, but that also failed https://github.com/farzonl/warfLang/actions/runs/6291520110/job/17079966556
The weird thing is Dockerfile.osx-cross still works perfectly.