fix(edencommon) (#5644)

* fix(edencommon)

closes #5633

* wip

* copy homebrew's modification
This commit is contained in:
Jacob Heider 2024-03-25 15:30:43 -04:00 committed by GitHub
parent 4728691e7f
commit 1f75147f18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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