OBK local build via Docker.
I was in need to build N platform builds locally for testing things and gave Docker build a try. What I found out is that SDK files will be copied every time into docker and then build will be serialized and that all takes approximately 20 minutes because for some reason all the SDK's are being copied every time (not cached).
I gave my Container 16 cores to play with and I am in a process of creating a local build script that may reduce that time to ~105 seconds on clean build (first copy of selected SDK - time depends on SDK size) but subsequent builds are just 15 seconds!?!
Has anybody been playing with this ever??
I am in testing phase right now but damn this time reduction seems unreal 😁
Script is not yet ready but I'll share once finalized, just curious to see if somebody played around with this at all.
I was in need to build N platform builds locally for testing things and gave Docker build a try. What I found out is that SDK files will be copied every time into docker and then build will be serialized and that all takes approximately 20 minutes because for some reason all the SDK's are being copied every time (not cached).
I gave my Container 16 cores to play with and I am in a process of creating a local build script that may reduce that time to ~105 seconds on clean build (first copy of selected SDK - time depends on SDK size) but subsequent builds are just 15 seconds!?!
Has anybody been playing with this ever??
I am in testing phase right now but damn this time reduction seems unreal 😁
Script is not yet ready but I'll share once finalized, just curious to see if somebody played around with this at all.