diff options
| author | root <[email protected]> | 2024-10-17 10:29:15 +0000 |
|---|---|---|
| committer | root <[email protected]> | 2024-10-17 10:29:15 +0000 |
| commit | 6e63a4b7edce57ecd5f5186c209320efd3efe074 (patch) | |
| tree | 13e5e2e2134a35a5b2b95d54b2bdbe40f991d11a | |
| parent | d0d37d605abe3413ff8afca150e20e475880e78e (diff) | |
add dependency of libuuid
| -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 2df9b40..413f024 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -49,6 +49,7 @@ yum install -y libibverbs # required by mrzcpd yum install -y libbreakpad_mini-devel yum install -y msgpack-devel yum install -y librdkafka-devel +yum install -y libuuid-devel source /etc/profile.d/framework.sh source /etc/profile.d/mrzcpd.sh |
