-
Notifications
You must be signed in to change notification settings - Fork 173
Closed
Labels
Type: bugSomething isn't workingSomething isn't working
Milestone
Description
The R bindings of adbcsnowflake fail to build on Windows, see: https://apache.r-universe.dev/builds
The bug is that this configure script assumes uname returns MSYS but this is usually not the case:
arrow-adbc/r/adbcsnowflake/configure
Lines 147 to 150 in e869a55
| elif uname | grep -e "MSYS" >/dev/null ; then | |
| # Windows | |
| PKG_LIBS="$PKG_LIBS" | |
| else |
Most msys2 based shells (including git-for-windows) identify themselves as MINGW64
uname
# MINGW64_NT-10.0-26100-ARM64Metadata
Metadata
Assignees
Labels
Type: bugSomething isn't workingSomething isn't working