Skip to content

Commit b5d4e17

Browse files
authored
Merge pull request #249 from lightninglabs/docker-protos
proto: use Docker for compiling protos
2 parents d845673 + 9da1872 commit b5d4e17

File tree

12 files changed

+10362
-16523
lines changed

12 files changed

+10362
-16523
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,6 @@ jobs:
147147
lnd-${{ runner.os }}-download-${{ hashFiles('**/install_protoc.sh') }}
148148
lnd-${{ runner.os }}-download-
149149
150-
- name: install protoc and protobuf libraries
151-
run: ./scripts/install_protoc.sh
152-
153150
- name: get yarn cache dir
154151
id: yarn-cache-dir
155152
run: echo "::set-output name=dir::$(yarn cache dir)"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ list:
193193

194194
protos:
195195
@$(call print, "Compiling protos.")
196-
cd ./app; yarn protos
196+
cd proto; ./gen_protos_docker.sh
197197

198198
protos-check: protos
199199
@$(call print, "Verifying compiled protos.")

0 commit comments

Comments
 (0)