StarRocks / starrocks

The world's fastest open query engine for sub-second analytics both on and off the data lakehouse. With the flexibility to support nearly any scenario, StarRocks provides best-in-class performance for multi-dimensional analytics, real-time analytics, and ad-hoc queries. A Linux Foundation project.
https://starrocks.io
Apache License 2.0
9.17k stars 1.82k forks source link

3.1.15version #53114

Open suyongfan opened 3 days ago

suyongfan commented 3 days ago

3.1.15版本的starrocks arm架构编译要用什么版本的gcc

suyongfan commented 3 days ago

centos7.9的虚拟机

kevincai commented 3 days ago

use starrocks/dev-env-centos7:3.1.15 docker image to build the source code.

suyongfan commented 3 days ago

use starrocks/dev-env-centos7:3.1.15 docker image to build the source code.

没办法直接通过centos7.9去编译吗

kevincai commented 3 days ago

可能会遇到各种三方库编译的问题, 可以尝试编译一下. gcc v10.3

kevincai commented 3 days ago

take https://github.com/StarRocks/starrocks/blob/branch-3.1/docker/dockerfiles/toolchains/toolchains-centos7.Dockerfile and https://github.com/StarRocks/starrocks/blob/branch-3.1/docker/dockerfiles/dev-env/dev-env.Dockerfile as reference to setup the build environment and thirdparty build.