mirror of https://github.com/k3s-io/k3s
Remove cgo flag for oom package
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