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 8a4a5b3 commit 8260b7fCopy full SHA for 8260b7f
ci/codebuild/amazonlinux-2.yml
@@ -3,6 +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;
9
- ./ci/codebuild/build.sh -DTEST_RESOURCE_PREFIX=lambda-cpp-al2_$(arch)
0 commit comments