Update buildspec.yml

This commit is contained in:
Bertold Van den Bergh 2022-11-01 15:29:27 +01:00 committed by GitHub
parent cca7eb551b
commit 74c172caa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ phases:
golang: 1.13 #Dummy, as this is a required parameter
pre_build:
commands:
- yum install -y cmake3 git gcc gcc-c++ make
- yum install -y cmake3 git gcc gcc-c++ make libc6
- git clone https://github.com/awslabs/aws-lambda-cpp.git
- cd aws-lambda-cpp
- mkdir build