Krisztian Szucs created ARROW-13209:
---------------------------------------
Summary: [Python][CI] macOS wheel builds should raise on linker
warnings
Key: ARROW-13209
URL: https://issues.apache.org/jira/browse/ARROW-13209
Project: Apache Arrow
Issue Type: Improvement
Components: Continuous Integration, Python
Reporter: Krisztian Szucs
In order to prevent similar issues to
https://issues.apache.org/jira/browse/ARROW-13108 we need to halt the macOS
wheel build on linker warnings like the following:
- ld: warning: object file
(/usr/local/Cellar/brotli/1.0.9/lib/libbrotlidec-static.a(decode.c.o)) was
built for newer macOS version (10.15) than being linked (10.13)
- ld: warning: object file
(/usr/local/Cellar/brotli/1.0.9/lib/libbrotlienc-static.a(encode.c.o)) was
built for newer macOS version (10.15) than being linked (10.13)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)