-
Notifications
You must be signed in to change notification settings - Fork 440
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
Alpine Packages #1950
Comments
Thanks @svrnm From a quick look:
For the license, I assume it will be:
I have not tried the packages yet, will investigate further. |
The only file that's really relevant is the APKBUILD file, everything else is just there to speed up the build. If this get's added to the official alpine repositories they are no longer needed.
I forgot to take this off the list of packages that are generated. I just upgraded to 1.8.2 and saw the deprecation notes, will remove it.
Also a typo, thanks! |
This looks good. @svrnm - If you plan to maintain this going ahead, we can list it here along with other unofficially available packages once this get's published. As a sidenote, opentelemetry-cpp support building binary deb, rpm, NuGet packages using cpack as mentioned here, would be interesting to see what it takes to extend this for building alpine packages. |
I need to dig a little bit what the requirements are from the alpine / aport project, but yes, I am able to maintain it over there.
I was not aware of that, that's super cool! I've no experience with CPACK, so I can not speak about capabilities to create apk/alpine packages, but I can look into it. |
As discussed in open-telemetry#1950
While playing around with the OpenTelemetry demo applications I figured out that it would be nice to have the ability to load the OpenTelemetry C++ libraries pre-compiled from a package repository like grpc, re2, etc
So instead of
Wouldn't it be nice to do the following instead?
I played around with that a little bit and now I have the following:
https://github.com/svrnm/otel-abuild
I consider to create a merge request with https://gitlab.alpinelinux.org/alpine/aports/, but I wanted to check with you first what you think about that and maybe if there's some feedback on what I created.
Thanks
The text was updated successfully, but these errors were encountered: