Skip to content

Commit

Permalink
grpc-js-xds: use local proto-loader, build proto-loader in interop Do…
Browse files Browse the repository at this point in the history
…ckerfile
  • Loading branch information
murgatroid99 committed Mar 27, 2024
1 parent 7b4509e commit 7b74d51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/grpc-js-xds/interop/Dockerfile
Expand Up @@ -22,6 +22,8 @@ FROM node:18-slim as build
WORKDIR /node/src/grpc-node
COPY . .

WORKDIR /node/src/grpc-node/packages/proto-loader
RUN npm install
WORKDIR /node/src/grpc-node/packages/grpc-js
RUN npm install
WORKDIR /node/src/grpc-node/packages/grpc-js-xds
Expand Down
1 change: 1 addition & 0 deletions packages/grpc-js-xds/package.json
Expand Up @@ -33,6 +33,7 @@
"homepage": "https://github.com/grpc/grpc-node#readme",
"devDependencies": {
"@grpc/grpc-js": "file:../grpc-js",
"@grpc/proto-loader": "file:../proto-loader",
"@types/gulp": "^4.0.6",
"@types/gulp-mocha": "0.0.32",
"@types/mocha": "^5.2.6",
Expand Down

0 comments on commit 7b74d51

Please sign in to comment.