The linker on macOS prints such as warning for every individual object file:
ld: warning: object file (I-O-5858B-yteF-ormat5858B-igE-ndian.o0.o) was built for newer macOS version (14.0) than being linked (11.0)
Example CI run: https://github.com/crystal-lang/crystal/actions/runs/11521615235/job/32075666471?pr=15127
The log is spammed with about ~87k of these warnings, which is just excessive. It's basically unusable through the GitHub web UI. You can still download the entire job log as a text file.
Anyway, we should not get that many warnings.
Ideally, we need to fix this. Or at least silence the warnings.
I'm not familiar with macOS build system, so I'm not sure what this warning even means or what we're suppose to do.
This has previously been mentioned in #14835
The linker on macOS prints such as warning for every individual object file:
Example CI run: https://github.com/crystal-lang/crystal/actions/runs/11521615235/job/32075666471?pr=15127
The log is spammed with about ~87k of these warnings, which is just excessive. It's basically unusable through the GitHub web UI. You can still download the entire job log as a text file.
Anyway, we should not get that many warnings.
Ideally, we need to fix this. Or at least silence the warnings.
I'm not familiar with macOS build system, so I'm not sure what this warning even means or what we're suppose to do.
This has previously been mentioned in #14835