Skip to content

Commit ec49aa7

Browse files
committed
Workaround arrow bug
1 parent aaa2a0d commit ec49aa7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

entrypoint.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ if [ "${UNIVERSE_NAME:0:4}" == "bioc" ] || [ "${UNIVERSE_NAME}" == "r-forge" ];
7171
sed -i 's/R\s*(>= 4.[56]/R (>= 4.4/' ${DESCRIPTION} || true
7272
fi
7373

74+
# Workaround arrow bug https://github.com/r-universe-org/help/issues/643
75+
if [ "${UNIVERSE_NAME}" != "apache" ]; then
76+
export ARROW_GCS=OFF
77+
fi
7478

7579
# Resolve \Sexpr[] during CMD build for compiled packages (because these break cross compiles)
7680
if [ -d "${PKGDIR}/src" ]; then

0 commit comments

Comments
 (0)