Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/dependencies/driver-manager-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CPP_BIGQUERY_ODBC_DRIVER_MANAGER_SETUP_CURR_DIR="$(pwd)"
export CPP_BIGQUERY_ODBC_DRIVER_MANAGER_SETUP_CURR_DIR

export GCS_BUCKET=bq-dev-tools-testing-drivers
export DRIVER_VERSION=3.2.1.3001
export DRIVER_VERSION=3.2.1.3002

# Check gcloud is installed.
echo "Verifying google cloud SDK is installed using GCS Bucket: "${GCS_BUCKET}
Expand Down
2 changes: 1 addition & 1 deletion ci/gha/builds/lib/odbc-driver-install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if (-not [string]::IsNullOrEmpty($LocalMsiPath)) {
}

# Set Environment Variables
$env:ODBC_DRIVER_VERSION = "3.2.1.3001"
$env:ODBC_DRIVER_VERSION = "3.2.1.3002"
if ([string]::IsNullOrEmpty($env:DRIVER_ARCH)) {
throw "DRIVER_ARCH environment variable is not set or empty. Please provide a valid architecture."
}
Expand Down
Loading