-
Notifications
You must be signed in to change notification settings - Fork 6
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
Compilation of folly and dwarfs taking too long #59
Comments
The current mechanism of using CMake to clone all the dependencies is cumbersome. It makes the whole build more fragile to re-runs (takes a long time to download, compile, etc), and difficult to test changes (because it takes a long time). |
Maybe keeping dynamic libraries inside the MemFS, and then using those would work better for dependency management? |
Dynamic libraries are required to start tebako package that are supposed to contain dynamic libraries inside it. |
Now when tebako is packaged as a ruby gem we can mimic dwarfs/folly libraries as native extensions |
Can we use a precompiled libfolly and we can precompile a libdwarfs for distribution / bundling use?
The text was updated successfully, but these errors were encountered: