Skip to content

Commit

Permalink
Increasing SDK Version for OpenSSL pass through (#530)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nihemstr committed Sep 14, 2023
1 parent 88eb2f1 commit d707681
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/install-deps.sh
Expand Up @@ -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

Expand Down Expand Up @@ -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"
)

Expand Down

0 comments on commit d707681

Please sign in to comment.