summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
AgeCommit message (Collapse)Author
2020-03-11Fix corrupted bazel install errors.Ian Lewis
Previously /tmp/gvisor-website was used for the bazel output_user_root but the host could delete a subset of the files under /tmp causing it to become corrupted. This commit updates the Makefile to use the bazel_user_root directory under the repository root directory for caching bazel packages.
2019-07-10Add generate-syscall-docs command.Ian Lewis
Adds a new command to automatically generate the syscall compatibility docs from runsc.
2019-03-29Initial commitIan Lewis