- nebula 版本:v1.2.0 master
- 部署方式(分布式 / 单机 / Docker / DBaaS):单机
- 硬件信息
树莓pi 4b ,ubuntu20.04 pi - 问题的具体描述
1、操作系统是ubuntu20.04 pi aarch64
2、git clone https://github.com/vesoft-inc/nebula.git nebula-1.2
3、cd nebula-1.2 && mkdir build && cd build
4、cmake -DENABLE_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/bdp/nebula-1.2.0 …
5、make -j4 发生如下错误
Please rerun cmake with -DENABLE_WERROR=OFF
. You could also open a Pull Request to suppress this warning.