ITADN

Fails to compile on GitHub Mac runners (incompatible architecture)

#50Openndmitchell 创建于 2024-05-11
N
ndmitchellcommented
On a GitHub Mac runner I do: ``` git clone https://github.com/jacereda/fsatrace.git .fsatrace (cd .fsatrace && make) fsatrace v - -- echo fsatrace works ``` But that fails with: ``` dyld[79178]: terminating because inserted dylib '/Users/runner/work/neil/neil/.fsatrace/fsatrace.so' could not be loaded: tried: '/Users/runner/work/neil/neil/.fsatrace/fsatrace.so' (mach-o file, but is an incompatible architecture (have 'arm64', need 'arm64e')), '/System/Volumes/Preboot/Cryptexes/OS/Users/runner/work/neil/neil/.fsatrace/fsatrace.so' (no such file), '/Users/runner/work/neil/neil/.fsatrace/fsatrace.so' (mach-o file, but is an incompatible architecture (have 'arm64', need 'arm64e')) ``` See https://github.com/ndmitchell/neil/actions/runs/9043421759/job/24851038411 for a complete trace.
8 条评论