mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 21:50:05 +00:00
Remove cgo flag for oom package
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user