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 118c69f commit 053c0fbCopy full SHA for 053c0fb
ci/codebuild/alpine-3.15.yml
@@ -4,9 +4,7 @@ phases:
4
build:
5
commands:
6
- echo Build started on `date`
7
- - apk add --no-cache curl
8
- - curl -fLo cmake-install https://github.com/Kitware/CMake/releases/download/v4.0.1/cmake-4.0.1-Linux-x86_64.sh
9
- - sh cmake-install --skip-license --prefix=/usr --exclude-subdirectory;
+ - apk add --no-cache cmake
10
- ./ci/codebuild/build.sh -DTEST_RESOURCE_PREFIX=lambda-cpp-alpine315
11
- ./ci/codebuild/run-tests.sh aws-lambda-package-lambda-test-fun
12
- echo Build completed on `date`
0 commit comments