Commit graph

4 commits

Author SHA1 Message Date
Reed Loden
086b5c3666 Update Rubinius download location to use https:// 2015-07-24 09:58:54 -07:00
Mislav Marohnić
9a5256ed7a Work around Rubinius LLVM incompatibilities on Yosemite
Rubinius fails to download a prebuilt LLVM on Yosemite since one is not
available yet. Instead, download the prebuilt version for the previous
OS X release.

This fixes Rubinius 2.2.7+ builds, but the older ones still fail for me
on Yosemite. This could be due to the fact that they're old releases
which are not compatible with never dependencies on the system.
2014-10-28 15:41:09 +01:00
Mislav Marohnić
73fd499a2e Fix Rubinius build when libyaml is present in Homebrew
Rubinius never supported the `--with-libyaml-dir` configure option, so
we can never use `--if needs_yaml` since it's incompatible and might
break the build if libyaml was auto-discovered from Homebrew.

Starting from 2.2.0, Rubinius doesn't even need libyaml anymore since it
stopped building psych. Instead it requires users to install psych as a
gem which vendors its own libyaml anyway.
2014-10-28 15:41:09 +01:00
Ollivier Robert
1da193074f Add rbx-2.2.9, 2.2.8 was skipped due to broken wrappers. 2014-06-11 11:38:29 +02:00