mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 07:21:14 +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
|
||||
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