Skip to content

Commit 053c0fb

Browse files
committed
fix: alpine 3.15
1 parent 118c69f commit 053c0fb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ci/codebuild/alpine-3.15.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ phases:
44
build:
55
commands:
66
- 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;
7+
- apk add --no-cache cmake
108
- ./ci/codebuild/build.sh -DTEST_RESOURCE_PREFIX=lambda-cpp-alpine315
119
- ./ci/codebuild/run-tests.sh aws-lambda-package-lambda-test-fun
1210
- echo Build completed on `date`

0 commit comments

Comments
 (0)