dont set ANDROID_NDK_HOME for all linux jobs (#28908)

pull/28911/head
Jan Tattermusch 3 years ago committed by GitHub
parent eb79b6b178
commit eabc60a324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tools/internal_ci/helper_scripts/prepare_build_linux_rc

@ -18,9 +18,6 @@
# Need to increase open files limit for c tests
ulimit -n 32768
# This is required by the android_ndk_repository repo rule.
export ANDROID_NDK_HOME=$ANDROID_HOME/ndk-bundle
# 1. Move docker's storage location to scratch disk so we don't run out of space.
# 2. Use container registry mirror for pulling docker images (should make downloads faster)
# See https://cloud.google.com/container-registry/docs/using-dockerhub-mirroring

Loading…
Cancel
Save