Merge "Make dib_cache dir with sudo in dib jobs"
This commit is contained in:
commit
208ae953c3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user