This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
packer-cn
Watch
1
Star
0
Fork
You've already forked packer-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8f51a8bfae
packer-cn
/
packer
/
progressbar_solaris.go
4 lines
57 B
Go
Raw
Normal View
History
Unescape
Escape
allow building packer on solaris by removing progress bar and tty imports fix #7586
2019-05-07 09:58:49 -04:00
package
packer
Switch to explicitly declaring TrackProgress on UI, using an underlying progress bar specifically stored on the struct. Export UiProgressTracker. These changes allow us to optionaly switch to the NoopProgressTracker when no TTY is set.
2020-09-21 19:05:14 -04:00
type
UiProgressBar
=
NoopProgressTracker