We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When compiling windows golang unit tests, got bellow error
> go test -count=1 ./... # oras.land/oras/internal/testutils internal\testutils\console.go:34:37: undefined: containerd.NewPty
The unit test should be compiled and run successfully
Run go test -count=1 ./... on Windows
go test -count=1 ./...
Dev branch on 5280c67
Windows 11
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What happened in your environment?
When compiling windows golang unit tests, got bellow error
What did you expect to happen?
The unit test should be compiled and run successfully
How can we reproduce it?
Run
go test -count=1 ./...
on WindowsWhat is the version of your ORAS CLI?
Dev branch on 5280c67
What is your OS environment?
Windows 11
Are you willing to submit PRs to fix it?
The text was updated successfully, but these errors were encountered: