mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-17 18:31:13 +02:00
app-emulation/docker: Set libdm_no_deferred_remove
Fix docker 1.7.1 build errors. Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
parent
dd2fda5157
commit
54cc83d6fe
@ -188,6 +188,10 @@ src_compile() {
|
||||
fi
|
||||
done
|
||||
|
||||
# Docker uses the host files when testing, so force docker
|
||||
# to not use dm_task_deferred_remove to cover cross builds.
|
||||
DOCKER_BUILDTAGS+=' libdm_no_deferred_remove'
|
||||
|
||||
# https://github.com/docker/docker/pull/13338
|
||||
if use experimental; then
|
||||
export DOCKER_EXPERIMENTAL=1
|
Loading…
x
Reference in New Issue
Block a user