mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-19 03:11:29 +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
|
fi
|
||||||
done
|
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
|
# https://github.com/docker/docker/pull/13338
|
||||||
if use experimental; then
|
if use experimental; then
|
||||||
export DOCKER_EXPERIMENTAL=1
|
export DOCKER_EXPERIMENTAL=1
|
Loading…
x
Reference in New Issue
Block a user