Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
contrib: fix check-deps.sh when libraries do not import symbols
Script was failing when called on libraries that do not import symbols, because bash pipefail option was specified, and grep was used in some pipelines to filter symbols, and grep returns status 1 when it doesn't match any lines. This could cause the script to fail on some systems and configurations, such as the clang-tidy CI configuration https://cirrus-ci.com/task/4801670352207872?logs=ci#L6191 where the libbitcoin_crypto_x86_shani.a library does not import symbols.
- Loading branch information