Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
solve the undefined: unix.Dup2 compile error on mips64le
error in detail: ../internal/remote/output_interceptor_unix.go:41:2: undefined: unix.Dup2 ../internal/remote/output_interceptor_unix.go:42:2: undefined: unix.Dup2 there is Dup2 syscall only on amd64, other arch is Dup3 instead. Signed-off-by: Xiaodong Liu <[email protected]>
- Loading branch information