Merge "Make dib_cache dir with sudo in dib jobs"

This commit is contained in:
Jenkins 2016-06-23 18:07:07 +00:00 committed by Gerrit Code Review
commit 208ae953c3

View File

@ -19,7 +19,8 @@
# We do things that might exceed the default 2GiB tmpfs, and
# use the larger mounted space.
mkdir /opt/dib_cache
sudo mkdir /opt/dib_cache
sudo chown jenkins:jenkins /opt/dib_cache
export DIB_NO_TMPFS=1
export TMPDIR=/opt/dib_cache