summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-07-27 22:18:37 -0700
committergVisor bot <gvisor-bot@google.com>2020-07-27 22:18:37 -0700
commit7c1c5917da5eff794308dd844a1957db2c609768 (patch)
tree737c81d80c13f81721034eecaffc3c54f0a5675d /tools
parent4d076ec152b0b0a4ac47ce664962c3dd04afe7ae (diff)
parentb9d94183348c6f72f79aa1fa69ce36147eda3660 (diff)
Merge pull request #2797 from Rajpratik71:optimization/pip-no-cache
PiperOrigin-RevId: 323508910
Diffstat (limited to 'tools')
-rwxr-xr-xtools/vm/ubuntu1604/40_kokoro.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vm/ubuntu1604/40_kokoro.sh b/tools/vm/ubuntu1604/40_kokoro.sh
index 2974f156c..d3b96c9ad 100755
--- a/tools/vm/ubuntu1604/40_kokoro.sh
+++ b/tools/vm/ubuntu1604/40_kokoro.sh
@@ -41,7 +41,7 @@ while true; do
done
# junitparser is used to merge junit xml files.
-pip install junitparser
+pip install --no-cache-dir junitparser
# We need a kbuilder user, which may already exist.
useradd -c "kbuilder user" -m -s /bin/bash kbuilder || true