Open ggjjlldd opened 4 years ago
Sorry about the late reply. CentOS isn't covered in CI, but I wouldn't anticipate fundamental blockers. But getting all the details right for the build time dependencies might take some time. I have not tried it yet myself, and I don't know if anyone else did earlier. So if you do manage to get this to work, sharing details could be helpful to others.
If you're up for an experiment with docker, there is this script that helps with building via docker.
By default it will use envoyproxy/envoy-build-centos
, but there is also envoyproxy/envoy-build-centos
.
So may running something like this would just work:
IMAGE_NAME="envoyproxy/envoy-build-centos" ./ci/run_envoy_docker.sh './ci/do_ci.sh build'
This would not get you an opt build, but if this works, we can easily modify ci/do_ci.sh to assist with that. (the opt build flow is implicitly tested via another flag, which is of nu use for the case here).
building failed,by guide of readme,use command, bazel build -c opt //:nighthawk
environment: centos 8