-
Notifications
You must be signed in to change notification settings - Fork 145
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
CMake Warning at /usr/lib/cmake/grpc/modules/Findre2.cmake:64 #125
Comments
Hi @longwuyuan thanks for reaching out to us. Any reason for not installing You may consider upgrading to the latest version of opentelemetry 1.2.0. |
@esigo thanks a lot. I added re2 and re2-dev to the apk add command in build.sh and that error was resolved. However I am curious you had a working build. I get below error when I run
|
Looks like the alpine 3.15 package repository comes with a newer |
@longwuyuan Just to add, if you don't want to wait for fix in nginx instrumentation, the alternate solution would be to build opentelemetry-cpp using externally installed |
@lalitb thank you very much for the update. We have, for now, used alpine v3.14.4 to release ingress-nginx-controller v1.1.3, to get the openssl & libxml CVE patches. After this activity settles, I expect that an attempt at moving to alpine v3.15.X+ will occur in near future . @dmathieu is working on kubernetes/ingress-nginx#7621 so tagging here @rikatz |
All done by "@esigo" in ingress-nginx |
Describe your environment Describe any aspect of your environment relevant to the problem, including your platform, build system, version numbers of installed dependencies, etc. If you're reporting a problem with a specific version of a library in this repo, please check whether the problem has been fixed on main branch.
Steps to reproduce
cd /images/opentelemetry/rootfs
docker build -t myimage .
What is the expected behavior?
What is the actual behavior?
Additional context
The text was updated successfully, but these errors were encountered: