Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- [Dependencies](#dependencies)
- [Usage](#usage)
- [Contributing](#contributing)
- [Additional Notes](#additional-notes)

## More Information

Expand Down Expand Up @@ -129,3 +130,11 @@ This project is released under the [Apache License, Version 2.0](LICENSE).
[fossa-img]: https://app.fossa.io/api/projects/custom%2B4529%2Fgithub.com%2Fm3db%2Fm3.svg?type=shield

[fossa]: https://app.fossa.io/projects/custom%2B4529%2Fgithub.com%2Fm3db%2Fm3?ref=badge_shield

## Additional Notes

You are unable to run the following command locally. It must be run in a docker container (such as when running in a buildkite pipeline). This issue is tracked in https://github.com/m3db/m3/issues/4316.

```shell
make clean install-vendor-m3 docker-compatibility-test
```