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 8260b7f commit 118c69fCopy full SHA for 118c69f
ci/codebuild/alpine-3.15.yml
@@ -4,6 +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;
10
- ./ci/codebuild/build.sh -DTEST_RESOURCE_PREFIX=lambda-cpp-alpine315
0 commit comments