Skip to content

Commit 98743cf

Browse files
committed
fix: amzn linux2
1 parent ce2b3ad commit 98743cf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ci/codebuild/amazonlinux-2.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ phases:
33
build:
44
commands:
55
- 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;
6+
- yum install -y tar cmake3
97
- ./ci/codebuild/build.sh -DTEST_RESOURCE_PREFIX=lambda-cpp-al2_$(arch)
108
- ./ci/codebuild/run-tests.sh aws-lambda-package-lambda-test-fun
119
- ./ci/codebuild/run-tests.sh aws-lambda-package-lambda-test-fun-no-glibc

0 commit comments

Comments
 (0)