mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(edencommon) (#5644)
* fix(edencommon) closes #5633 * wip * copy homebrew's modification
This commit is contained in:
parent
4728691e7f
commit
1f75147f18
1 changed files with 8 additions and 4 deletions
|
@ -9,6 +9,8 @@ dependencies:
|
|||
facebook.com/folly: '*'
|
||||
gflags.github.io: '*'
|
||||
google.com/glog: '*'
|
||||
facebook.com/fb303: '*' # since 2024.03.18.00
|
||||
facebook.com/mvfst: '*' # since 2024.03.18.00
|
||||
openssl.org: ^1.1
|
||||
sourceware.org/bzip2: ^1
|
||||
|
||||
|
@ -18,10 +20,12 @@ build:
|
|||
google.com/googletest: '*'
|
||||
boost.org: ^1
|
||||
|
||||
script: |
|
||||
cmake -S . -B _build $ARGS
|
||||
cmake --build _build
|
||||
cmake --install _build
|
||||
script:
|
||||
# omit building py library
|
||||
- sed -i 's/COMPONENTS cpp2 py)/COMPONENTS cpp2)/' CMakeLists.txt
|
||||
- cmake -S . -B _build $ARGS
|
||||
- cmake --build _build
|
||||
- cmake --install _build
|
||||
env:
|
||||
ARGS:
|
||||
- -DBUILD_SHARED_LIBS=ON
|
||||
|
|
Loading…
Reference in a new issue