Merge pull request #21881 from lidizheng/fix-full-perf

Stop building performance artifacts for Android
pull/21668/head
Lidi Zheng 5 years ago committed by GitHub
commit 57c6450dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/run_tests/performance/build_performance.sh

@ -46,7 +46,7 @@ do
;; # C++ has already been built.
"java")
(cd ../grpc-java/ &&
./gradlew -PskipCodegen=true :grpc-benchmarks:installDist)
./gradlew -PskipCodegen=true -PskipAndroid=true :grpc-benchmarks:installDist)
;;
"go")
tools/run_tests/performance/build_performance_go.sh

Loading…
Cancel
Save