mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Remove cgo flag for oom package
This commit is contained in:
parent
44ca021d30
commit
47ddd733d5
@ -1,4 +1,4 @@
|
||||
// +build cgo,linux
|
||||
// +build linux
|
||||
|
||||
/*
|
||||
Copyright 2015 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build cgo,linux
|
||||
// +build linux
|
||||
|
||||
/*
|
||||
Copyright 2015 The Kubernetes Authors.
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !cgo !linux
|
||||
// +build !linux
|
||||
|
||||
/*
|
||||
Copyright 2015 The Kubernetes Authors.
|
||||
|
Loading…
Reference in New Issue
Block a user