Skip to content

Commit 7e7e58a

Browse files
knopers8teo
authored andcommitted
Download lhcFill.proto from BK in the Makefile
1 parent 2449e86 commit 7e7e58a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ BK_ENV_PROTO="https://raw.githubusercontent.com/AliceO2Group/Bookkeeping/main/pr
4545
BK_FLP_PROTO="https://raw.githubusercontent.com/AliceO2Group/Bookkeeping/main/proto/flp.proto"
4646
BK_LOG_PROTO="https://raw.githubusercontent.com/AliceO2Group/Bookkeeping/main/proto/log.proto"
4747
BK_RUN_PROTO="https://raw.githubusercontent.com/AliceO2Group/Bookkeeping/main/proto/run.proto"
48+
BK_LHCFILL_PROTO="https://raw.githubusercontent.com/AliceO2Group/Bookkeeping/main/proto/lhcFill.proto"
4849

4950
VERBOSE_1 := -v
5051
VERBOSE_2 := -v -x
@@ -180,6 +181,10 @@ vendor:
180181
@mkdir -p core/integration/bookkeeping/protos
181182
@curl -s -L $(BK_RUN_PROTO) -o core/integration/bookkeeping/protos/run.proto
182183

184+
@echo -e "\033[1;33mcurl lhcFill.proto\033[0m"
185+
@mkdir -p core/integration/bookkeeping/protos
186+
@curl -s -L $(BK_LHCFILL_PROTO) -o core/integration/bookkeeping/protos/lhcFill.proto
187+
183188
# WORKAROUND: In order to avoid the following issues:
184189
# https://github.com/golang/protobuf/issues/992
185190
# https://github.com/golang/protobuf/issues/1158

0 commit comments

Comments
 (0)