Commit graph

6 commits

Author SHA1 Message Date
deepj
22b43e67b7 New urls for old Rubinius versions 2016-01-29 13:36:03 +01:00
Reed Loden
086b5c3666 Update Rubinius download location to use https:// 2015-07-24 09:58:54 -07:00
Mislav Marohnić
06c9e9229b Update rbx-2.2.10 checksum
The checksum of the official download has changed since initial publish
time. I have compared the two downloads and it seems it was only a
single whitespace change in `.bundle/config`.
2015-04-27 11:20:45 +02: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
Mikkel Kroman
a29c0e7bc6 Add rbx-2.2.10 2014-07-02 07:04:38 +02:00