Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Commit 97ece6a

Browse files
committed
chore: Update Core proto snapshot
Signed-off-by: Tareque Hossain <thossain@nvidia.com>
1 parent 8511c1c commit 97ece6a

17 files changed

Lines changed: 52389 additions & 20031 deletions

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,9 @@ docker-build:
219219
docker build -t $(IMAGE_REGISTRY)/carbide-nsm:$(IMAGE_TAG) -f $(DOCKERFILE_DIR)/Dockerfile.carbide-nsm .
220220

221221
carbide-proto:
222-
if [ -d "carbide-core" ]; then cd carbide-core && git pull; else git clone ssh://git@github.com/nvidia/carbide-core.git; fi
223-
ls carbide-core/rpc/proto
224-
@for file in carbide-core/rpc/proto/*.proto; do \
222+
if [ -d "carbide-core" ]; then cd carbide-core && git pull; else git clone ssh://git@github.com/NVIDIA/bare-metal-manager-core.git carbide-core; fi
223+
ls carbide-core/crates/rpc/proto
224+
@for file in carbide-core/crates/rpc/proto/*.proto; do \
225225
cp "$$file" "workflow-schema/site-agent/workflows/v1/$$(basename "$$file" .proto)_carbide.proto"; \
226226
echo "Copied: $$file"; \
227227
./workflow-schema/scripts/add-go-package-option.sh "workflow-schema/site-agent/workflows/v1/$$(basename "$$file" .proto)_carbide.proto" "github.com/NVIDIA/ncx-infra-controller-rest/workflow-schema/proto"; \

0 commit comments

Comments
 (0)