Skip to content

Commit

Permalink
chore: build BigQuery R bindings by default (#2427)
Browse files Browse the repository at this point in the history
Fixes #2353.
  • Loading branch information
lidavidm authored Jan 10, 2025
1 parent a9cb431 commit d616d7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/scripts/r_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit d616d7f

Please sign in to comment.