mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Clean-up comments in runsc/BUILD and CONTRIBUTING.md.
PiperOrigin-RevId: 294300437
This commit is contained in:
committed by
gVisor bot
parent
2889ffa84e
commit
afcab8fe9f
+1
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user