mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-12-28 15:09:45 -08:00
Do not build meminfo on freebsd
This commit is contained in:
parent
a97ff2bcda
commit
6dd39b15c2
|
@ -12,7 +12,7 @@
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// +build !nomeminfo
|
// +build !nomeminfo
|
||||||
// +build !windows
|
// +build !windows,!netbsd
|
||||||
|
|
||||||
package collector
|
package collector
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue