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
#44669 went overboard by always suppressing Docker progress output. This may be desirable on CI, to avoid flooding the logs, but is annoying when running archery docker locally.
Component(s)
Archery
The text was updated successfully, but these errors were encountered:
…n CI (#44865)
### Rationale for this change
#44669 went overboard by always suppressing Docker progress output. This may be desirable on CI, to avoid flooding the logs, but is annoying when running `archery docker` locally.
### What changes are included in this PR?
Only suppress Docker progress output if on CI.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes, this restores the previous behavior for non-CI runs.
* GitHub Issue: #44878
Authored-by: Antoine Pitrou <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
Describe the enhancement requested
#44669 went overboard by always suppressing Docker progress output. This may be desirable on CI, to avoid flooding the logs, but is annoying when running
archery docker
locally.Component(s)
Archery
The text was updated successfully, but these errors were encountered: