You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have any automated build systems for major Linux distributions and versions to recommend, and even a PR, I'll go for it (yeah, it even depends on the version, eg a Debian 8 build won't work on Debian 9 due to the dyn library links).
Looks like you're releasing for multiple target platforms. For the sake of simplicity when I do releases, I'd like to be able to build a single MUSL binary that targets all Linux platforms at once. This could be easily possible w/ the latest RocksDB release, which supports static linking.
Activity
valeriansaliou commentedon Aug 6, 2019
For now, it's impossible to provide a cross-platform binary, as it's not possible to build a MUSL binary due to RocksDB and other deps.
andrewayoub commentedon Aug 6, 2019
Thanks for your quick reply, it doesn't have to be
cross-platform
even providing binaries for specific distributions of linux will be very helpful.valeriansaliou commentedon Aug 6, 2019
If you have any automated build systems for major Linux distributions and versions to recommend, and even a PR, I'll go for it (yeah, it even depends on the version, eg a Debian 8 build won't work on Debian 9 due to the dyn library links).
Mstrodl commentedon Jan 11, 2020
Have you tried gitlab-ci? My config seems to work well enough:
Mstrodl commentedon Jan 14, 2020
( cc @valeriansaliou )
valeriansaliou commentedon Jan 14, 2020
Looks like you're releasing for multiple target platforms. For the sake of simplicity when I do releases, I'd like to be able to build a single MUSL binary that targets all Linux platforms at once. This could be easily possible w/ the latest RocksDB release, which supports static linking.
Tracked in #128
[-]FR: official binary release[/-][+]Request: Official binary release[/+]Mstrodl commentedon Jan 14, 2020
@valeriansaliou yeah, but you had said here that (for now) we need per-distro builds
valeriansaliou commentedon Jan 14, 2020
That will not be needed anymore thanks to #128 ; coming soon.