Skip to content

Commit 8fdd9f0

Browse files
author
Matthias Koeppe
committed
tox.ini (docker): Use BUILDKIT_PROGRESS=plain to restore full output when DOCKER_BUILDKIT=1
1 parent 1cae3d4 commit 8fdd9f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,9 @@ setenv =
684684

685685
sitepackages: IGNORE_MISSING_SYSTEM_PACKAGES=yes
686686

687+
# https://docs.docker.com/engine/reference/commandline/buildx_build/#progress
688+
docker: BUILDKIT_PROGRESS=plain
689+
687690
# environment will be skipped if regular expression does not match against the sys.platform string
688691
platform =
689692
local-macos: darwin

0 commit comments

Comments
 (0)