-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[request] abseil/latest #710
Comments
You can use https://github.com/bincrafters/conan-abseil as reference. NOTE: |
@uilianries There is a problem with Abseil removing releases on the GitHub page from time to time. Some releases pointed from the Bincrafters repo do not exist anymore. How should it be solved in the context of the CCI? |
I didn't know about! We can mirror the source package to JFrog Bintray :) |
I feel like this is a huge anti-pattern. Do they explain somewhere why they are doing this? |
In this specific case I wouldn't go for mirroring. When it is hosted on GitHub we can download the zip file of a specific git commit instead of a release zip |
@Croydon No, I just realized that they have much fewer releases now than used by the Bincrafters' recipe. |
Yeah, I totally forgot about github commit |
Package Details
Description Of The Library / Tool
Abseil is an open source collection of C++ libraries drawn from the most fundamental pieces of Google’s internal codebase. These libraries are the nuts-and-bolts that underpin almost everything Google runs. Bits and pieces of these APIs are embedded in most of our open source projects, and Abseil aims to bring them together into one comprehensive project. Abseil encompasses the most basic building blocks of Google’s codebase: code that is production-tested and will be fully maintained for years to come.
Note
Abseil makes updates frequently and supports a "live at head" mantra. Ideally the version would be frequently updated.
The text was updated successfully, but these errors were encountered: