arrow icon indicating copy to clipboard operation
arrow copied to clipboard

[CI] Use out-of-source build for all languages in Docker build

Open kou opened this issue 9 months ago • 3 comments

Describe the enhancement requested

If we use in-source build, we have files owned by root in source tree on host. Because we use root in Docker containers.

We should use out-of-source build to avoid creating files in source tree on host.

At least python/, js/ and java/ use in-source build.

Component(s)

Continuous Integration

kou avatar Apr 29 '24 06:04 kou