From d707681fcd3c6b7f3e864f06c45b3138debae8c4 Mon Sep 17 00:00:00 2001 From: Nicholas Hemstreet <62158276+nihemstr@users.noreply.github.com> Date: Wed, 13 Sep 2023 18:59:37 -0600 Subject: [PATCH] Increasing SDK Version for OpenSSL pass through (#530) * Added new sdk update * Changing around apt deployment test to check error * Upgrading to latest C-SDK for OpenSSL integration * capitalizing to make things normal --- scripts/install-deps.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install-deps.sh b/scripts/install-deps.sh index f0cf99dfa..058c4cf4c 100755 --- a/scripts/install-deps.sh +++ b/scripts/install-deps.sh @@ -43,7 +43,7 @@ use_ssh=false install_aduc_deps=false install_azure_iot_sdk=false -azure_sdk_ref=LTS_07_2021_Ref01 +azure_sdk_ref=LTS_08_2023 # ADUC Test Deps @@ -263,6 +263,7 @@ do_install_azure_iot_sdk() { "-Dskip_samples:BOOL=ON" "-Dbuild_service_client:BOOL=OFF" "-Dbuild_provisioning_service_client:BOOL=OFF" + "-Duse_prov_client:BOOL=OFF" "-DOPENSSL_ROOT_DIR=$openssl_dir_path" )