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
When running mix deps.get for one or more dependencies that use git or github options, Mix calls git --progress behind the scenes. When building remotely this causes each "dot" of progress to turn into a newline.
Not sure if we can correct this behavior in Bootleg or if it'd require a change upstream, but it'd be nice to fix our build output.
The text was updated successfully, but these errors were encountered:
rjanja
changed the title
Would be nice to squelch "mix deps.get" git --progress spam
mix deps.get with git or github options causes remote build output spam
Oct 31, 2018
rjanja
changed the title
mix deps.get with git or github options causes remote build output spam
Using git or github dependencies causes remote build output spam
Nov 1, 2018
When running
mix deps.get
for one or more dependencies that usegit
orgithub
options, Mix callsgit --progress
behind the scenes. When building remotely this causes each "dot" of progress to turn into a newline.Not sure if we can correct this behavior in Bootleg or if it'd require a change upstream, but it'd be nice to fix our build output.
The text was updated successfully, but these errors were encountered: