Merge pull request #6500 from NickJackolson/nickjackolson/docupdate

Update BUILDING.md
This commit is contained in:
Phil Estes 2022-02-10 11:29:43 -05:00 committed by GitHub
commit e2c5f8f932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -260,6 +260,10 @@ PASS
ok github.com/containerd/containerd 4.778s ok github.com/containerd/containerd 4.778s
``` ```
> *Note*: in order to run `sudo go` you need to
> - either keep user PATH environment variable. ex: `sudo "PATH=$PATH" env go test <args>`
> - or use `go test -exec` ex: `go test -exec sudo -v -run "TestTarWithXattr" ./archive/ -test.root`
## Additional tools ## Additional tools
### containerd-stress ### containerd-stress