mirror of
https://github.com/BertoldVdb/ZoneDetect.git
synced 2026-04-27 14:57:40 +00:00
Avoid broken patch that uses dpkg on CentOS
This commit is contained in:
parent
74c172caa8
commit
c65bc88db5
1 changed files with 2 additions and 1 deletions
|
|
@ -6,9 +6,10 @@ phases:
|
||||||
golang: 1.13 #Dummy, as this is a required parameter
|
golang: 1.13 #Dummy, as this is a required parameter
|
||||||
pre_build:
|
pre_build:
|
||||||
commands:
|
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
|
- git clone https://github.com/awslabs/aws-lambda-cpp.git
|
||||||
- cd aws-lambda-cpp
|
- cd aws-lambda-cpp
|
||||||
|
- git checkout 4aa6639808fe03b5664edc95963e289d7444820d
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake3 .. -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=~/out
|
- cmake3 .. -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=~/out
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue