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
No more rake! Software definitions are incrementally built and cached using git instead. Software dependency build has been rewritten to leverage git caching. This means compiled software definitions are cached, so future Omnibus project builds are much faster. However, this does introduce some potential breaking changes.
Project-level software dependencies are built last.
it is assumed that project-level software dependencies are most frequently changed, and thus Omnibus optimize for such a case.
If you have software definitions that hard code always_build, you will probably want to turn that off now.
Blank directories are not cached. If you would like a blank directory to be cached, add a .gitkeep file to the folder.
The build order is compiled in a different way, which might result in a different ordered-installation than previous versions of omnibus.