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
When building multi platform docker images this would make things so much faster as generally you'll have to deal with some evel of emulation and builds take forever when building over emulation (10m+ on M1 Max for amd64)
Thank you so much! Having the not having prebuilt binaries was a major pain point and this library makes all that go away, don't even need to install any -dev libs.
What
Provide librdkafka and its bindings as binary on release assets. Like swc-project.
Why
To speed up postinstall operation and avoid tackle with compilation errors/warnings.
How
When merged into master branch, compile native code and publish onto releases page.
Add postinstall script to download binary for suitable platform, using
prebuild-install
cli.The text was updated successfully, but these errors were encountered: