You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Krisztian Szucs (Jira)" <ji...@apache.org> on 2021/06/29 10:42:00 UTC

[jira] [Comment Edited] (ARROW-13209) [Python][CI] macOS wheel builds should raise on linker warnings

    [ https://issues.apache.org/jira/browse/ARROW-13209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17371288#comment-17371288 ] 

Krisztian Szucs edited comment on ARROW-13209 at 6/29/21, 10:41 AM:
--------------------------------------------------------------------

[~kou] [~uwe] are you aware of a way to raise on those warnings? I couldn't find a relevant flag for {{ld}}.


was (Author: kszucs):
[~kou][~uwe] are you aware of a way to raise on those warnings? I couldn't find a relevant flag for {{ld}}.

> [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
>            Priority: Major
>
> 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)