Skip to content

Commit 9e046c2

Browse files
markturanskyAmbient Code Bot
andauthored
fix(build): add build-control-plane to build-all RHOAIENG-55811 (#1093)
## Summary - `build-control-plane` was defined in the Makefile but missing from the `build-all` target, causing it to be silently skipped during full builds and CI runs - Adds `build-control-plane` to the `build-all` dependency chain alongside `build-mcp` ## Jira RHOAIENG-55811 ## Test plan - [ ] `make build-all` completes and includes the control-plane image Co-authored-by: Ambient Code Bot <bot@ambient-code.local>
1 parent 936ea12 commit 9e046c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ help: ## Display this help message
162162

163163
##@ Building
164164

165-
build-all: build-frontend build-backend build-operator build-runner build-state-sync build-public-api build-api-server build-mcp ## Build all container images
165+
build-all: build-frontend build-backend build-operator build-runner build-state-sync build-public-api build-api-server build-control-plane build-mcp ## Build all container images
166166

167167
build-frontend: ## Build frontend image
168168
@echo "$(COLOR_BLUE)$(COLOR_RESET) Building frontend with $(CONTAINER_ENGINE)..."

0 commit comments

Comments
 (0)