Skip to content

Commit

Permalink
Udated to use latest SDK release code (#158)
Browse files Browse the repository at this point in the history
* Udated to use latest SDK release code

* Added DD changes on SDK side
  • Loading branch information
HarshGandhi-AWS authored Aug 10, 2021
1 parent 4309208 commit 0034fc6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/docker-images/amazonlinux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ RUN mkdir sdk-cpp-workspace \
&& mkdir aws-iot-device-sdk-cpp-v2-build \
&& git clone --recursive https://github.com/aws/aws-iot-device-sdk-cpp-v2.git \
&& cd aws-iot-device-sdk-cpp-v2 \
&& git checkout f2d5c65334de5cc4937fd7115d1ada7787f0710d \
&& git checkout ff082900a1c708a1920916d10b92733b5e1a865e \
&& cd ../aws-iot-device-sdk-cpp-v2-build \
&& cmake -DCMAKE_INSTALL_PREFIX="/usr" -DUSE_OPENSSL=ON -DSEARCH_LIBCRYPTO=ON -DBUILD_DEPS=ON ../aws-iot-device-sdk-cpp-v2 \
&& cmake -DCMAKE_INSTALL_PREFIX="/usr" -DUSE_OPENSSL=ON -DBUILD_DEPS=ON ../aws-iot-device-sdk-cpp-v2 \
&& cmake --build . --target install

ADD entry-script.sh /home/entry-script
Expand Down
4 changes: 2 additions & 2 deletions .github/docker-images/ubi8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ RUN mkdir sdk-cpp-workspace \
&& mkdir aws-iot-device-sdk-cpp-v2-build \
&& git clone --recursive https://github.com/aws/aws-iot-device-sdk-cpp-v2.git \
&& cd aws-iot-device-sdk-cpp-v2 \
&& git checkout f2d5c65334de5cc4937fd7115d1ada7787f0710d \
&& git checkout ff082900a1c708a1920916d10b92733b5e1a865e \
&& cd ../aws-iot-device-sdk-cpp-v2-build \
&& cmake -DCMAKE_INSTALL_PREFIX="/usr" -DUSE_OPENSSL=ON -DSEARCH_LIBCRYPTO=ON -DBUILD_DEPS=ON ../aws-iot-device-sdk-cpp-v2 \
&& cmake -DCMAKE_INSTALL_PREFIX="/usr" -DUSE_OPENSSL=ON -DBUILD_DEPS=ON ../aws-iot-device-sdk-cpp-v2 \
&& cmake --build . --target install

ADD entry-script.sh /home/entry-script
Expand Down
4 changes: 2 additions & 2 deletions .github/docker-images/ubuntu-16-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ RUN mkdir sdk-cpp-workspace \
&& mkdir aws-iot-device-sdk-cpp-v2-build \
&& git clone --recursive https://github.com/aws/aws-iot-device-sdk-cpp-v2.git \
&& cd aws-iot-device-sdk-cpp-v2 \
&& git checkout f2d5c65334de5cc4937fd7115d1ada7787f0710d \
&& git checkout ff082900a1c708a1920916d10b92733b5e1a865e \
&& cd ../aws-iot-device-sdk-cpp-v2-build \
&& cmake -DCMAKE_INSTALL_PREFIX="/usr" -DUSE_OPENSSL=ON -DSEARCH_LIBCRYPTO=ON -DBUILD_DEPS=ON ../aws-iot-device-sdk-cpp-v2 \
&& cmake -DCMAKE_INSTALL_PREFIX="/usr" -DUSE_OPENSSL=ON -DBUILD_DEPS=ON ../aws-iot-device-sdk-cpp-v2 \
&& cmake --build . --target install

ADD entry-script.sh /home/entry-script
Expand Down

0 comments on commit 0034fc6

Please sign in to comment.