1 Star 0 Fork 0

zeq263/librdkafka

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.doozer.json 2.34 KB
一键复制 编辑 原始数据 按行查看 历史
{
"targets": {
"xenial-amd64": {
"buildenv": "xenial-amd64",
"builddeps": [
"build-essential",
"python3",
"zlib1g-dev",
"libssl-dev",
"libsasl2-dev",
"libzstd-dev"
],
"buildcmd": [
"./configure",
"make -j ${PARALLEL}",
"make -C tests build"
],
"testcmd": [
"make -C tests run_local_quick"
],
},
"xenial-i386": {
"_comment": "including liblz4-dev here to verify that WITH_LZ4_EXT works",
"buildenv": "xenial-i386",
"builddeps": [
"build-essential",
"python3",
"zlib1g-dev",
"libssl-dev",
"libsasl2-dev",
"liblz4-dev",
"libzstd-dev"
],
"buildcmd": [
"./configure",
"make -j ${PARALLEL}",
"make -C tests build"
],
"testcmd": [
"make -C tests run_local_quick"
],
},
"xenial-armhf": {
"buildenv": "xenial-armhf",
"builddeps": [
"build-essential",
"python3",
"zlib1g-dev",
"libssl-dev",
"libsasl2-dev",
"libzstd-dev"
],
"buildcmd": [
"./configure",
"make -j ${PARALLEL}",
"make -j ${PARALLEL} -C tests build",
],
"testcmd": [
"cd tests",
"./run-test.sh -p1 -l",
"cd .."
],
},
"stretch-mips": {
"buildenv": "stretch-mips",
"builddeps": [
"build-essential",
"python3",
"zlib1g-dev",
"libssl-dev",
"libsasl2-dev",
"libzstd-dev"
],
"buildcmd": [
"./configure",
"make -j ${PARALLEL}",
"make -j ${PARALLEL} -C tests build",
],
"testcmd": [
"cd tests",
"./run-test.sh -p1 -l",
"cd .."
],
},
"cmake-xenial-amd64": {
"buildenv": "xenial-amd64",
"builddeps": [
"build-essential",
"python3",
"zlib1g-dev",
"libssl-dev",
"libsasl2-dev",
"cmake"
],
"buildcmd": [
"cmake -H. -B_builds -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=Debug",
"cmake --build _builds",
],
"testcmd": [
"cd _builds",
"ctest -VV -R RdKafkaTestBrokerLess"
],
}
},
"artifacts": ["config.log", "Makefile.config", "config.h"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/zaric_181/librdkafka.git
git@gitee.com:zaric_181/librdkafka.git
zaric_181
librdkafka
librdkafka
master

搜索帮助