What is a compiler-based build
So I was looking at the docs and saw this big yellow warning on a few modules (
containerfile
and copy
to be exact) and I wanna know what it means, and most importantly if I can use the modules on GH ActionsSolution:Jump to solution
This is just to distinguish between the legacy build system that was in the UBlue project to our current system.
2 Replies
Solution
This is just to distinguish between the legacy build system that was in the UBlue project to our current system.
Before the legacy build system just ran a single step and it was just a bunch of bash scripts that handled everything. The new compiler-based system creates the container file for you.