We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675b1ec commit 4d44185Copy full SHA for 4d44185
codebuild/bin/build_aws_crt_cpp.sh
@@ -41,7 +41,13 @@ git clone --depth 1 --shallow-submodules --recurse-submodules https://github.com
41
rm -r aws-crt-cpp/crt/s2n
42
mv s2n aws-crt-cpp/crt/
43
44
-cmake ./aws-crt-cpp -Bbuild -GNinja -DBUILD_DEPS=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="${INSTALL_DIR}"
+cmake ./aws-crt-cpp \
45
+ -Bbuild \
46
+ -GNinja \
47
+ -DENFORCE_SUBMODULE_VERSIONS=off \
48
+ -DBUILD_DEPS=ON \
49
+ -DCMAKE_BUILD_TYPE=Release \
50
+ -DCMAKE_INSTALL_PREFIX="${INSTALL_DIR}"
51
ninja -C ./build install
52
CTEST_OUTPUT_ON_FAILURE=1 CTEST_PARALLEL_LEVEL=$(nproc) ninja -C ./build test
53
0 commit comments