summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2024-09-23 16:50:09 +0800
committerluwenpeng <[email protected]>2024-09-27 19:11:47 +0800
commit5799de529955798ed0727c088ffa25f1e4e51445 (patch)
tree818422edc9c400d84a5393bfe4e581496825019d /ci
parent7ef8e44bca6bac3c905ed8d6a11cadd6edac156b (diff)
TSG-22348 feature: adapt maat support UUID
Diffstat (limited to 'ci')
-rw-r--r--ci/travis.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/travis.sh b/ci/travis.sh
index 4a7b6bd..aceff23 100644
--- a/ci/travis.sh
+++ b/ci/travis.sh
@@ -45,6 +45,7 @@ yum install -y libibverbs # required by mrzcpd
yum install -y libbreakpad_mini-devel
yum install -y librdkafka-1.2.2.1218b3c
yum install -y librdkafka-devel-1.2.2.1218b3c
+yum install -y libuuid-devel
if [ $ASAN_OPTION ] && [ -f "/opt/rh/devtoolset-7/enable" ]; then
source /opt/rh/devtoolset-7/enable