Skip to content

Commit

Permalink
Generate replaces automatically in otelcontribcol/oteltestbedcol
Browse files Browse the repository at this point in the history
  • Loading branch information
jade-guiton-dd committed Jan 29, 2025
1 parent d74ba54 commit 85f7a51
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 269 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,8 @@ chlog-update: $(CHLOGGEN)

.PHONY: genotelcontribcol
genotelcontribcol: $(BUILDER)
$(BUILDER) --skip-compilation --config cmd/otelcontribcol/builder-config.yaml
./internal/buildscripts/ocb-add-replaces.sh otelcontribcol
$(BUILDER) --skip-compilation --config cmd/otelcontribcol/builder-config-replaced.yaml

# Build the Collector executable.
.PHONY: otelcontribcol
Expand All @@ -356,7 +357,8 @@ otelcontribcollite: genotelcontribcol

.PHONY: genoteltestbedcol
genoteltestbedcol: $(BUILDER)
$(BUILDER) --skip-compilation --config cmd/oteltestbedcol/builder-config.yaml
./internal/buildscripts/ocb-add-replaces.sh oteltestbedcol
$(BUILDER) --skip-compilation --config cmd/oteltestbedcol/builder-config-replaced.yaml

# Build the Collector executable, with only components used in testbed.
.PHONY: oteltestbedcol
Expand Down
Loading

0 comments on commit 85f7a51

Please sign in to comment.