bootleg icon indicating copy to clipboard operation
bootleg copied to clipboard

Using git or github dependencies causes remote build output spam

Open rjanja opened this issue 7 years ago • 0 comments

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.

rjanja avatar Oct 31 '18 22:10 rjanja