Replies: 1 comment
-
You could create an overlay port, that is probably easier than creating a registry |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm stuck using 1.5.1 of opentracing, a project which was deprecated a few years ago. Its a dependency of another project I have, and that one can't work with 1.6. That version is failing with versions of GLIBC greater than 1.34 for something that's a trivial patch, but I can't think of the best way to do this. At the moment, I've created a file based registry. I tried to give it my own version with the trivial patch, but it appears vcpkg prefers the official versions over mine. So now, I've settled for naming it opentracing-mycompany.
Is there an easier way to get an older version working? I think the ideal workflow is I could specify a version and port in my registry and if they don't conflict it would choose mine
Beta Was this translation helpful? Give feedback.
All reactions