diff options
| author | root <[email protected]> | 2024-07-23 07:30:04 +0000 |
|---|---|---|
| committer | root <[email protected]> | 2024-07-23 07:30:04 +0000 |
| commit | cc008c71a430c6aab22e0ae195be9f9900a369bc (patch) | |
| tree | befc05fd787719a054966d6d3d797a0265f347d8 | |
| parent | b1877c79630a88b8a88edc3da0c75f67e879e3e0 (diff) | |
fix ci build break
| -rw-r--r-- | ci/travis.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/travis.sh b/ci/travis.sh index e3965d4..2df9b40 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -48,6 +48,7 @@ yum install -y numactl-libs # required by mrzcpd yum install -y libibverbs # required by mrzcpd yum install -y libbreakpad_mini-devel yum install -y msgpack-devel +yum install -y librdkafka-devel source /etc/profile.d/framework.sh source /etc/profile.d/mrzcpd.sh |
