Skip to content

Commit a938f63

Browse files
authored
Enable grpc log for rules_python QA build (#8815)
1 parent 9ff294e commit a938f63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/dev_qa.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@
101101
--build_metadata=TAGS=dev-qa \
102102
--extra_execution_platforms=@buildbuddy_toolchain//:platform \
103103
--platforms=@buildbuddy_toolchain//:platform \
104-
--remote_header=x-buildbuddy-api-key={}
104+
--remote_header=x-buildbuddy-api-key={} \
105+
--remote_grpc_log=grpc_log.bin
105106
""".format(API_KEY),
106107
},
107108
{

0 commit comments

Comments
 (0)