On Mon, May 21, 2018 at 12:03 PM, Jason Zaman <jason@xxxxxxxxxxxxx> wrote: > > Ruby 2.5 is not installed by default, force reinstall with rvm > > Signed-off-by: Jason Zaman <jason@xxxxxxxxxxxxx> > --- > > This passes on my repo: > https://travis-ci.org/perfinion/selinux/builds/381597252 This passes on my repo too, both without any modifications compared to upstream and with some modifications to Makefiles (I enabled more warning flags in my repo, like clang -Weverything, but they trigger some false positive depending on the compiler version, which is why I do not upstream these modifications). For the record, clang did not like the "__error__" attribute used by some Ruby headers (cf. https://travis-ci.org/fishilico/selinux/builds/381760812) and this is not an issue related to the project. Acked-by: Nicolas Iooss <nicolas.iooss@xxxxxxx> Thanks, Nicolas