diff options
author | Fabricio Voznika <fvoznika@google.com> | 2019-04-23 17:45:34 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-04-23 17:46:44 -0700 |
commit | 7c9c5fd36dbff21cf255aaf08278729b02613222 (patch) | |
tree | bc5f03c007bdb579277612d9ad428c9c92014e14 | |
parent | 1b10f52d598e41f9ffe3a851da2da746f3d3a47a (diff) |
Add Linux version to requirements section
PiperOrigin-RevId: 244959388
Change-Id: Ifb08678d975cf9f694a21012f9a1e9f45b1f197c
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,7 @@ architectures may become available in the future. Make sure the following dependencies are installed: +* Linux 4.14.77+ ([older linux][old-linux]) * [git][git] * [Bazel][bazel] 0.18+ * [Python][python] @@ -125,6 +126,7 @@ See [Contributing.md](CONTRIBUTING.md). [gvisor-users-list]: https://groups.google.com/forum/#!forum/gvisor-users [gvisor-dev-list]: https://groups.google.com/forum/#!forum/gvisor-dev [oci]: https://www.opencontainers.org +[old-linux]: https://gvisor.dev/docs/user_guide/networking/#gso [python]: https://python.org [rbe]: https://blog.bazel.build/2018/10/05/remote-build-execution.html [sandbox]: https://en.wikipedia.org/wiki/Sandbox_(computer_security) |