ci: Use rsync for initial nfsroot population on cheza.

rm -rf and then copying over all the contents again is a waste of time
when we'll almost always be using the same rootfs.  Saves about 30s of job
time.

Closes: #3065
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5266>
This commit is contained in:
Eric Anholt
2020-06-02 16:14:36 -07:00
committed by Marge Bot
parent 9e11cce517
commit 3d5429d646
5 changed files with 9 additions and 8 deletions

View File

@@ -30,6 +30,7 @@ apt-get install -y --no-remove \
python3.7 \
pkg-config \
procps \
rsync \
u-boot-tools \
unzip