Avoid broken patch that uses dpkg on CentOS

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

View file

@ -6,9 +6,10 @@ phases:
golang: 1.13 #Dummy, as this is a required parameter
pre_build:
commands:
- yum install -y cmake3 git gcc gcc-c++ make libc6
- yum install -y cmake3 git gcc gcc-c++ make
- git clone https://github.com/awslabs/aws-lambda-cpp.git
- cd aws-lambda-cpp
- git checkout 4aa6639808fe03b5664edc95963e289d7444820d
- mkdir build
- cd build
- cmake3 .. -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=~/out