Skip to content

Commit

Permalink
Disable darwin builds (influxdata#1571)
Browse files Browse the repository at this point in the history
telegraf can't be cross-compiled for darwin, it has C dependencies and
thus many of the system plugins won't work.
  • Loading branch information
sparrc authored and aurrelhebert committed Aug 9, 2016
1 parent 034050f commit 8b23230
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,29 +83,17 @@
}

supported_builds = {
"darwin": [ "amd64" ],
"windows": [ "amd64" ],
"linux": [ "amd64", "i386", "armhf", "armel", "arm64", "static_amd64" ],
"freebsd": [ "amd64" ]
}

supported_packages = {
"darwin": [ "tar" ],
"linux": [ "deb", "rpm", "tar" ],
"windows": [ "zip" ],
"freebsd": [ "tar" ]
}

supported_tags = {
# "linux": {
# "amd64": ["sensors"]
# }
}

prereq_cmds = {
# "linux": "sudo apt-get install lm-sensors libsensors4-dev"
}

################
#### Telegraf Functions
################
Expand Down

0 comments on commit 8b23230

Please sign in to comment.