paleolimbot commented on PR #3105:
URL: https://github.com/apache/arrow-adbc/pull/3105#issuecomment-3092519049
I did the pick
```
In file included from c/driver_manager/adbc_driver_manager.cc:39:
c/driver_manager/current_arch.h:71:9: warning: "__MUSL__" redefined
71 | #define __MUSL__
| ^~~~~~~~
```
(i.e., this should probably also check `if defined(__MUSL__)` since it
appears to be defined as part of the flags in some places, such as the default
flags for building R packages on alpine)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]