You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For anyone who is looking for a quick and dirty solution to this, appending a preamble in the build_tarballs.jl seems to work for me now:
# This is for anyone who is on macOS
preamble =ifos() ==="macos"raw"cd /usr/share/cmake/Modules/Compiler/; find . -name '._*' -exec rm {} \;"elseraw""end
script = preamble *raw" # Do stuff "
This is far from optimal, but after iterating through a few hours of docker settings, errors, and reinstalls, this works reliably ( for now ).
Hi!
I tried to build some packages in macOS using BinaryBuilder.jl (packages from Yggdrasil, as is), and I am getting this error:
I tried to downgrade docker to 4.31 due to this issue JuliaPackaging/BinaryBuilderBase.jl#389, as suggested by @giordano, but it did not work.
The text was updated successfully, but these errors were encountered: