try to figure out testing flags
This commit is contained in:
parent
3714c2c426
commit
6d96e111c8
4 changed files with 9 additions and 59 deletions
|
|
@ -27,3 +27,7 @@ import (
|
|||
func NumCPU() int {
|
||||
return runtime.NumCPU()
|
||||
}
|
||||
|
||||
func IsCgroupAvaliable() bool {
|
||||
return false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue