adhearsion / ruby_speech

A ruby library for TTS & ASR document preparation
MIT License
101 stars 41 forks source link

[CI] Oracle JDK 7 is very long dead #50

Closed chewi closed 6 years ago

chewi commented 6 years ago

Gah, I didn't notice that jruby-head was failing in general. I don't understand why, it's complaining about jruby.cext.enabled but we're not setting that as far as I can see.

lpradovera commented 6 years ago

We can remove some old versions, but unfortunately we do need to pass on jruby-head. I'll take a look too.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 99.088% when pulling b48a690c5b69987a6dddabad93a55785ca9de750 on ci/oraclejdk7 into b8d080c136344420634e3243d90f5cdd42bb6d59 on develop.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 99.088% when pulling b48a690c5b69987a6dddabad93a55785ca9de750 on ci/oraclejdk7 into b8d080c136344420634e3243d90f5cdd42bb6d59 on develop.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 99.088% when pulling b48a690c5b69987a6dddabad93a55785ca9de750 on ci/oraclejdk7 into b8d080c136344420634e3243d90f5cdd42bb6d59 on develop.

lpradovera commented 6 years ago

Looks like that value needs to be explicitly unset: https://github.com/bundler/gemstash/pull/156/files

chewi commented 6 years ago

In that case, they were appending to JRUBY_OPTS, which must have already included the option as it wasn't in the original line. I think the real reason is before_script: export ... doesn't work.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 99.088% when pulling 46278794fe83af7a38f040ac5df31b03d9c3d55e on ci/oraclejdk7 into b8d080c136344420634e3243d90f5cdd42bb6d59 on develop.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 99.088% when pulling 45fe1dfa2c4000ce1150a8fa9b357951432340dc on ci/oraclejdk7 into b8d080c136344420634e3243d90f5cdd42bb6d59 on develop.