fix/docker-build-all-services #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/docker-build-all-services"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closing — useful parts integrated, rest handled differently
Took the valuable parts into
development:Integrated
build.binaryfield — explicit binary name for install tracking when binary ≠ service name (e.g. hero_aibroker → aibroker). →53eb8calibseccomp-dev,libcap-ng-dev) — already present in our Dockerfilepaths.ensure_dirs()— already called insetup()before installNot taken (different approach)
build.cmd— instead of teaching hero_zero custom build commands, repos should follow the build_lib convention documented as a skill (buildenv.sh + Makefile withmake install). hero_forge already does this. hero_coordinator needs the build_lib treatment separately.env_remove("CARGO_TARGET_DIR")— build_lib'sRELEASE_DIRalready resolves correctly whenCARGO_TARGET_DIRis set. Shared cache is valuable.All 44 tests pass. Branch can be deleted.
Pull request closed