chen3feng / blade-build

Blade is a powerful build system from Tencent, supports many mainstream programming languages, such as C/C++, java, scala, python, protobuf...
Other
2.05k stars 500 forks source link

support build in sandbox for different system from local's #1017

Open noanswer opened 1 year ago

noanswer commented 1 year ago

Is your feature request related to a problem? Please describe. Sometimes the system in development is newer than the production's and the version of libc may be incompatible. If developer build a binary locally, the binary will run throwing 'GLIBC_xx not found'.

Describe the solution you'd like Build a binary in required environment. Provide a docker image with required version.

Describe alternatives you've considered Build a new image or build a binary in required container.

Additional context Like a bazel sandbox?