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 ce2b3ad commit 98743cfCopy full SHA for 98743cf
ci/codebuild/amazonlinux-2.yml
@@ -3,9 +3,7 @@ phases:
3
build:
4
commands:
5
- echo Build started on `date`
6
- - yum install -y tar
7
- - curl -fLo cmake-install https://github.com/Kitware/CMake/releases/download/v4.0.1/cmake-4.0.1-Linux-x86_64.sh
8
- - sh cmake-install --skip-license --prefix=/usr --exclude-subdirectory;
+ - yum install -y tar cmake3
9
- ./ci/codebuild/build.sh -DTEST_RESOURCE_PREFIX=lambda-cpp-al2_$(arch)
10
- ./ci/codebuild/run-tests.sh aws-lambda-package-lambda-test-fun
11
- ./ci/codebuild/run-tests.sh aws-lambda-package-lambda-test-fun-no-glibc
0 commit comments