Normally, the bin-deps should be resolved separately, since it is essentially locking a binary instead of a dependency tree. However, currently the bin-deps is resolved with other dependencies, causing unnecessary dependency conflict.
But to solve this problem involves larger scale of changes. Currently the bin-deps is pulled and stored under .mooncakes, and built together. We may need to find elsewhere to build it properly.
Normally, the
bin-depsshould be resolved separately, since it is essentially locking a binary instead of a dependency tree. However, currently thebin-depsis resolved with other dependencies, causing unnecessary dependency conflict.But to solve this problem involves larger scale of changes. Currently the
bin-depsis pulled and stored under.mooncakes, and built together. We may need to find elsewhere to build it properly.