mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +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.
|
Copyright 2015 The Kubernetes Authors.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// +build cgo,linux
|
// +build linux
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright 2015 The Kubernetes Authors.
|
Copyright 2015 The Kubernetes Authors.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// +build !cgo !linux
|
// +build !linux
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright 2015 The Kubernetes Authors.
|
Copyright 2015 The Kubernetes Authors.
|
||||||
|
Loading…
Reference in New Issue
Block a user