mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Release executable #194
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Sep 4, 2017).
This project is in C, but the releases are Python WHL? What gives
@anthrotype commented on GitHub (Sep 4, 2017):
wheel packages will no longer be uploaded to Github for next releases, as they are automatically published on the Python Package Index.
https://github.com/google/brotli/pull/583
@eustas commented on GitHub (Sep 4, 2017):
Releasing executable is a slippery road - there are tons of different OS / CPUs. Releasing for some of combinations would make people unhappy, that their favorite combination is not supported.
That is why binaries are released via appropriate binary distribution systems, e.g. HomeBrew or PyPI or linux distros.
If you have some specific OS / CPU in mind, we would be glad to try to support specific binary distribution system.
@ghost commented on GitHub (Sep 4, 2017):
Well, Windows would be a start, seeing how Zstd, Lizard and LZ4 are already
doing that:
@Aris-t2 commented on GitHub (Sep 4, 2017):
Agreed, executables for Windows (32/64 bit) would be a great start.
@eustas commented on GitHub (Sep 14, 2017):
After #596 windows binaries will be accessible as build artifacts.
@eustas commented on GitHub (Sep 19, 2017):
Latest build could be taken from here: https://bintray.com/eustas/brotli/bin/snapshot/view/files?sort=name&order=asc#files/
Next release will contain those artifacts as well.
@eustas commented on GitHub (Jan 3, 2018):
"Next release" happened on Sep 21, 2017. It actually contains windows artifacts: https://github.com/google/brotli/releases/tag/v1.0.0
Later (1.0.1 and 1.0.2) are minor sub-releases, mostly concenred about non-Windows build tools.
Going to attach windows artifacts to the next sub-release (1.0.3) when it is ready.
@Cladge commented on GitHub (Jan 2, 2019):
Hi. The last release that included Windows binaries was v1.0.4. The 3 releases since then have only included the source code. Have you stopped providing Windows binaries?
@DanielRuf commented on GitHub (Aug 14, 2021):
Since bintray was deprecated and closed by jfrog, where can we get the new builds now?
I need prebuilt binaries for webservers / hosting setups and building them myself is not an option.
@eustas commented on GitHub (Aug 24, 2021):
I'm working on migration to github actions right now. Whet it is finished, binaries from the latest build will be always available.
@garretwilson commented on GitHub (Oct 22, 2022):
Did you stop releasing Windows binaries again? The latest release I can find with Windows binaries is v1.0.4, which is four years old.
Or are Windows binaries somewhere else now?
@mirh commented on GitHub (Jan 4, 2023):
https://github.com/google/brotli/actions/workflows/release.yaml
@mirh commented on GitHub (May 13, 2023):
I suppose all links in my previous reply are expired by now.
Thankfully I still had the executable I downloaded back then saved
https://github.com/google/brotli/files/11469899/brotli.zip
@jason-sachs commented on GitHub (Jun 8, 2023):
Please reopen, and provide official Windows release binaries.