-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
building failed,by guide of readme #525
Comments
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.
This would not get you an opt build, but if this works, we can easily modify ci/do_ci.sh to assist with that. |
This is helpful to assist with building Nighthawk's production ready artifacts via docker build images. For example: ```bash DOCKER_IMAGE=envoyproxy/envoy-build-[centos|ubuntu] \ ci/run_envoy_docker.sh ci/do_ci.sh opt_build ``` Related issue: envoyproxy#525 Signed-off-by: Otto van der Schaaf <[email protected]>
This is helpful to assist with building Nighthawk's production ready artifacts via docker build images. For example: ```bash DOCKER_IMAGE=envoyproxy/envoy-build-[centos|ubuntu] \ ci/run_envoy_docker.sh ci/do_ci.sh opt_build ``` Related issue: #525 Signed-off-by: Otto van der Schaaf <[email protected]>
building failed,by guide of readme,use command, bazel build -c opt //:nighthawk
environment: centos 8
The text was updated successfully, but these errors were encountered: