mirror of
https://github.com/BertoldVdb/ZoneDetect.git
synced 2026-03-25 08:45:56 +00:00
Update buildspec.yml
This commit is contained in:
parent
cca7eb551b
commit
74c172caa8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue