cloudfoundry / jvmkill

Terminate the JVM when resources are exhausted
Apache License 2.0
30 stars 11 forks source link

Build failure #13

Closed glyn closed 6 years ago

glyn commented 6 years ago

Build failure on my laptop: https://gist.github.com/glyn/18813c967bf0b1016d0e5bd63e6ba041

Not sure why, but the generated bindings have changed.

Fix here: https://github.com/glyn/jvmkill/tree/rust-1.24

Need to confirm with earlier version of Rust. Check that bindgen version hasn't changed too.

glyn commented 6 years ago

@nebhale Please note this issue.

glyn commented 6 years ago

Build also fails with Rust 1.23.

glyn commented 6 years ago

The machine I'm running on picks up bindgen 0.24.0 whereas CI is using bindgen v0.33.1.

glyn commented 6 years ago

Turned out it was necessary to issue cargo update to get the latest dependencies. Updated README to document this.