Heads up! I just merged a
change that restructures are builds. The goals of this change are:
1. to allow people working on connectors or platform to work faster and more autonomously (e.g. avoid a connector build failure blocking a platform release).
2. allow us to optimize the builds separately. they scale differently and we want to make sure we are being efficient where possible.
This changes the commands you will use to build the project.
CORE_ONLY
is gone. The new syntax is documented
here.
Let me know if you have any issues or questions! Changes like this are bound to have some rough edges, so please don't hesitate to speak up if something does not look right.