yastack icon indicating copy to clipboard operation
yastack copied to clipboard

Pre-compile YAStack tree in docker image

Open chintan8saaras opened this issue 5 years ago • 0 comments

This is an optimization to reduce the time it takes to build/deploy YAStack.

Compilation of YAStack can be optimized by pre-compiling source code that does not depend on DPDK. This can help build the image faster since now only DPDK and dependent code will have to be compiled.

chintan8saaras avatar Jun 02 '19 23:06 chintan8saaras