Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Fix ODBC build failures (#1092)
Browse files Browse the repository at this point in the history
* change aws sdk cpp version

* change aws sdk cpp version to the last successful version
  • Loading branch information
chloe-zh authored and dai-chen committed Apr 30, 2021
1 parent d745c13 commit 5b50d34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sql-odbc/scripts/build_aws-sdk-cpp.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ $INSTALL_DIR = $args[4]
Write-Host $args

# Clone the AWS SDK CPP repo
# $SDK_VER = "1.7.29"
$SDK_VER = "1.8.186"
# -b "$SDK_VER" `
git clone `
--branch `
$SDK_VER `
--single-branch `
"https://github.com/aws/aws-sdk-cpp.git" `
$SRC_DIR
Expand Down

0 comments on commit 5b50d34

Please sign in to comment.