mirror of
https://github.com/prometheus/prometheus
synced 2024-12-24 07:23:02 +00: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
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// +build openbsd windows netbsd
|
// +build openbsd windows netbsd solaris
|
||||||
|
|
||||||
package runtime
|
package runtime
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// +build !windows,!openbsd,!netbsd
|
// +build !windows,!openbsd,!netbsd,!solaris
|
||||||
// +build !386
|
// +build !386
|
||||||
|
|
||||||
package runtime
|
package runtime
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// +build !windows !openbsd !darwin !freebsd !netbsd
|
|
||||||
// +build linux,386
|
// +build linux,386
|
||||||
|
|
||||||
package runtime
|
package runtime
|
||||||
|
Loading…
Reference in New Issue
Block a user