Clean-up comments in runsc/BUILD and CONTRIBUTING.md.

PiperOrigin-RevId: 294300437
This commit is contained in:
Adin Scannell
2020-02-10 14:15:36 -08:00
committed by gVisor bot
parent 2889ffa84e
commit afcab8fe9f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ Definitions for the rules below:
`core`:
* `//pkg/sentry/...`
* Transitive dependencies in `//pkg/...`, `//third_party/...`.
* Transitive dependencies in `//pkg/...`, etc.
`runsc`:
+1 -1
View File
@@ -26,7 +26,7 @@ go_binary(
)
# The runsc-race target is a race-compatible BUILD target. This must be built
# via: bazel build --features=race //runsc:runsc-race
# via: bazel build --features=race :runsc-race
#
# This is neccessary because the race feature must apply to all dependencies
# due a bug in gazelle file selection. The pure attribute must be off because