mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
e21c4f0e9e
commit
0294c230aa
1 changed files with 6 additions and 2 deletions
|
@ -19,7 +19,7 @@ dependencies:
|
||||||
abseil.io: '*'
|
abseil.io: '*'
|
||||||
c-ares.org: '*'
|
c-ares.org: '*'
|
||||||
openssl.org: ^1.1
|
openssl.org: ^1.1
|
||||||
protobuf.dev: 25.2.0 # grpc links to specific versions, so we have to pick one.
|
protobuf.dev: 25.2.0 # grpc links to specific versions, so we have to pick one.
|
||||||
github.com/google/re2: '*'
|
github.com/google/re2: '*'
|
||||||
zlib.net: '*'
|
zlib.net: '*'
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ build:
|
||||||
- cp libgrpc++_test_config.* "{{prefix}}/lib"
|
- cp libgrpc++_test_config.* "{{prefix}}/lib"
|
||||||
|
|
||||||
- run: install_name_tool -add_rpath @loader_path libgrpc++_test_config.dylib
|
- run: install_name_tool -add_rpath @loader_path libgrpc++_test_config.dylib
|
||||||
working-directory: "{{prefix}}/lib"
|
working-directory: '{{prefix}}/lib'
|
||||||
if: darwin
|
if: darwin
|
||||||
env:
|
env:
|
||||||
COMMON_ARGS:
|
COMMON_ARGS:
|
||||||
|
@ -68,6 +68,10 @@ build:
|
||||||
- -DgRPC_RE2_PROVIDER=package
|
- -DgRPC_RE2_PROVIDER=package
|
||||||
CLI_ARGS:
|
CLI_ARGS:
|
||||||
- -DgRPC_BUILD_TESTS=ON
|
- -DgRPC_BUILD_TESTS=ON
|
||||||
|
linux:
|
||||||
|
# likely needs bumping to an unreleased abseil.io version
|
||||||
|
# ld.lld: error: undefined reference due to --no-allow-shlib-undefined: absl::lts_20230802::Cord::Cord<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, 0>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&&)
|
||||||
|
LDFLAGS: $LDFLAGS -Wl,--allow-shlib-undefined
|
||||||
|
|
||||||
test:
|
test:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue