sonic-buildimage/src/socat
lguohan 63a044a87c [build]: fix dpkg admindir corruption issue in parallel build (#6408)
Fix #119

when parallel build is enable, multiple dpkg-buildpackage
instances are running at the same time. /var/lib/dpkg is shared
by all instances and the /var/lib/dpkg/updates could be corrupted
and cause the build failure.

the fix is to use overlay fs to mount separate /var/lib/dpkg
for each dpkg-buildpackage instance so that they are not affecting
each other.

Signed-off-by: Guohan Lu <lguohan@gmail.com>
2021-01-20 23:06:13 -08:00
..
enable_readline.patch [socat]: build socat with readline (#1919) 2018-08-13 01:12:58 -07:00
Makefile [build]: fix dpkg admindir corruption issue in parallel build (#6408) 2021-01-20 23:06:13 -08:00