Skip to content

Commit

Permalink
Force grpc artifacts into $ROOT in lgtm build
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Flynn <tom.flynn@gmail.com>
  • Loading branch information
tomflynn committed Jun 8, 2020
1 parent 32dd416 commit d68a13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lgtm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ extraction:
- "pushd grpc"
- "git submodule update --init"
- "make -j4"
- "make install"
- "make install --prefix=$ROOT"
- "cd third-party/protobuf"
- "./autogen.sh"
- "./configure --prefix=$ROOT"
Expand Down

0 comments on commit d68a13a

Please sign in to comment.