Trying to fix AWS SDK build issue.

This commit is contained in:
stephb9959
2022-04-15 07:41:59 -04:00
parent 8afbec7c64
commit 6e35848cd5

View File

@@ -66,6 +66,9 @@ WORKDIR cmake-build
RUN cmake .. -DBUILD_ONLY="sns;s3" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_FLAGS="-Wno-error=stringop-overflow -Wno-error=uninitialized" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLibCrypto_INCLUDE_DIR=/usr/include \
-DLibCrypto_LIBRARY=/usr/lib64/libcrypto.so \
-DAUTORUN_UNIT_TESTS=OFF
RUN cmake --build . --config Release -j8
RUN cmake --build . --target install