This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new d616d7f1e chore: build BigQuery R bindings by default (#2427)
d616d7f1e is described below
commit d616d7f1ee401d930772660a8e4aad8c2a951f63
Author: David Li <[email protected]>
AuthorDate: Thu Jan 9 21:50:40 2025 -0500
chore: build BigQuery R bindings by default (#2427)
Fixes #2353.
---
ci/scripts/r_build.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/ci/scripts/r_build.sh b/ci/scripts/r_build.sh
index fbf4d039c..670af7e63 100755
--- a/ci/scripts/r_build.sh
+++ b/ci/scripts/r_build.sh
@@ -19,6 +19,7 @@
set -e
: ${BUILD_ALL:=1}
+: ${BUILD_DRIVER_BIGQUERY:=${BUILD_ALL}}
: ${BUILD_DRIVER_FLIGHTSQL:=${BUILD_ALL}}
: ${BUILD_DRIVER_MANAGER:=${BUILD_ALL}}
: ${BUILD_DRIVER_POSTGRESQL:=${BUILD_ALL}}