mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-12 06:17:27 -08:00
Fix solaris build. (#6149)
* Fix solaris build. * Tidy up build constraints on statfs_linux_386.go Signed-off-by: Peter Tribble <peter.tribble@gmail.com>
This commit is contained in:
parent
61e14a6bdb
commit
90c3615a2c
|
@ -11,7 +11,7 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build openbsd windows netbsd
|
||||
// +build openbsd windows netbsd solaris
|
||||
|
||||
package runtime
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build !windows,!openbsd,!netbsd
|
||||
// +build !windows,!openbsd,!netbsd,!solaris
|
||||
// +build !386
|
||||
|
||||
package runtime
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build !windows !openbsd !darwin !freebsd !netbsd
|
||||
// +build linux,386
|
||||
|
||||
package runtime
|
||||
|
|
Loading…
Reference in a new issue