mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 15:31:05 +02:00
Merge pull request #1651 from glevand/for-merge-docker
app-emulation/docker: Set libdm_no_deferred_remove
This commit is contained in:
commit
2ca37228ce
@ -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