diff options
| author | liuchang <[email protected]> | 2023-04-20 10:27:42 +0000 |
|---|---|---|
| committer | liuchang <[email protected]> | 2023-04-20 10:27:42 +0000 |
| commit | a6e8f74211c181ea26539a305f2204485f60867c (patch) | |
| tree | fb47beb29e59202fe860c302d5f02907f6bede36 /ci | |
| parent | 20a5b335bf018fed3294b09919cc76d8890df332 (diff) | |
change parse ctrl buf from json to msgpack
Diffstat (limited to 'ci')
| -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 cd5333b..712bb4a 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -47,6 +47,7 @@ yum install -y sapp-devel # Maat_rule require MESA/stream.h 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 source /etc/profile.d/framework.sh source /etc/profile.d/mrzcpd.sh |
