-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updating contaierd to be compliant be OCI runc.Stats
- Loading branch information
1 parent
df3c22d
commit b8f4370
Showing
3 changed files
with
46 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
go_library( | ||
name = "runc", | ||
srcs = [ | ||
"command_linux.go", | ||
"command_other.go", | ||
"console.go", | ||
"container.go", | ||
"events.go", | ||
"io.go", | ||
"io_unix.go", | ||
"io_windows.go", | ||
"monitor.go", | ||
"runc.go", | ||
"utils.go", | ||
], | ||
) | ||
|
||
go_test( | ||
name = "runc_test", | ||
srcs = [ | ||
"console_test.go", | ||
"runc_test.go", | ||
], | ||
library = ":runc", | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule go-runc
added at
df3c22