You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apacheGH-41119: [Archery][Packaging][CI] Avoid using --progress flag on Docker on Windows on archery (apache#41120)
### Rationale for this change
Windows wheels are currently failing due to the change on `ARCHERY_DEBUG=1` by default. This uses `--progress` on `docker build` which is not supported on Windows.
### What changes are included in this PR?
Do not use `--progress` on the Windows builds.
### Are these changes tested?
Yes on CI via archery.
### Are there any user-facing changes?
No
* GitHub Issue: apache#41119
Lead-authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Co-authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
0 commit comments