Skip to content

Commit 7b74d51

Browse files
committed
grpc-js-xds: use local proto-loader, build proto-loader in interop Dockerfile
1 parent 7b4509e commit 7b74d51

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packages/grpc-js-xds/interop/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ FROM node:18-slim as build
2222
WORKDIR /node/src/grpc-node
2323
COPY . .
2424

25+
WORKDIR /node/src/grpc-node/packages/proto-loader
26+
RUN npm install
2527
WORKDIR /node/src/grpc-node/packages/grpc-js
2628
RUN npm install
2729
WORKDIR /node/src/grpc-node/packages/grpc-js-xds

packages/grpc-js-xds/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"homepage": "https://github.com/grpc/grpc-node#readme",
3434
"devDependencies": {
3535
"@grpc/grpc-js": "file:../grpc-js",
36+
"@grpc/proto-loader": "file:../proto-loader",
3637
"@types/gulp": "^4.0.6",
3738
"@types/gulp-mocha": "0.0.32",
3839
"@types/mocha": "^5.2.6",

0 commit comments

Comments
 (0)