mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
ef5252fc5d
Due to the CL https://go-review.googlesource.com/c/39608/ in x/sys/windows which changed the definitions of STD_INPUT_HANDLE, STD_OUTPUT_HANDLE and STD_ERROR_HANDLE, we get the following failure after re-vendoring x/sys/windows: 07:47:01 # github.com/docker/docker/pkg/term 07:47:01 pkg/term/term_windows.go:82: constant 4294967286 overflows int 07:47:01 pkg/term/term_windows.go:88: constant 4294967285 overflows int 07:47:01 pkg/term/term_windows.go:94: constant 4294967284 overflows int 07:47:12 Build step 'Execute shell' marked build as failure Temporarily switch back pkg/term to use these constants from the syscall package and add a comment about it. To really fix this, go-ansiterm should probably be switched to use x/sys/windows. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> |
||
---|---|---|
.. | ||
windows | ||
ascii.go | ||
ascii_test.go | ||
proxy.go | ||
proxy_test.go | ||
tc.go | ||
tc_solaris_cgo.go | ||
term.go | ||
term_linux_test.go | ||
term_windows.go | ||
termios_bsd.go | ||
termios_linux.go | ||
winsize.go | ||
winsize_solaris_cgo.go |