Skip to content

Commit

Permalink
build(deps): bump AWS-LC to v1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
camshaft committed Dec 9, 2024
1 parent aaae641 commit 0e06b4a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions codebuild/bin/build_aws_crt_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ git clone --depth 1 --shallow-submodules --recurse-submodules https://github.com
rm -r aws-crt-cpp/crt/s2n
mv s2n aws-crt-cpp/crt/

cmake ./aws-crt-cpp -Bbuild -GNinja -DBUILD_DEPS=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="${INSTALL_DIR}"
ninja -C ./build install
CTEST_OUTPUT_ON_FAILURE=1 CTEST_PARALLEL_LEVEL=$(nproc) ninja -C ./build test
cmake ./aws-crt-cpp -Bbuild -DBUILD_DEPS=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="${INSTALL_DIR}"
make -C ./build install
CTEST_OUTPUT_ON_FAILURE=1 CTEST_PARALLEL_LEVEL=$(nproc) make -C ./build test

popd

Expand Down
2 changes: 1 addition & 1 deletion codebuild/bin/install_awslc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fi
if [ "$IS_FIPS" == "1" ]; then
AWSLC_VERSION=AWS-LC-FIPS-1.0.3
else
AWSLC_VERSION=v1.36.0
AWSLC_VERSION=v1.40.0
fi
mkdir -p "$BUILD_DIR"||true
cd "$BUILD_DIR"
Expand Down
2 changes: 1 addition & 1 deletion codebuild/spec/buildspec_generalbatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ batch:
image: 024603541914.dkr.ecr.us-west-2.amazonaws.com/docker:ubuntu18codebuild
privileged-mode: true
variables:
GCC_VERSION: '6'
GCC_VERSION: '9'
TESTS: crt
identifier: s2nUnitCRT
- buildspec: codebuild/spec/buildspec_ubuntu.yml
Expand Down

0 comments on commit 0e06b4a

Please sign in to comment.