reg/vendor/github.com/grpc-ecosystem/grpc-gateway/.travis/bazel-build.sh
Jess Frazelle 843aebf2c1
update deps
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-07-14 11:48:41 -04:00

11 lines
194 B
Bash
Executable file

#!/bin/sh -eu
bazel \
--batch \
--output_base=$HOME/.cache/_grpc_gateway_bazel \
--host_jvm_args=-Xmx500m \
--host_jvm_args=-Xms500m \
build \
--local_resources=400,1,1.0 \
//...