Commit graph

8 commits

Author SHA1 Message Date
Mislav Marohnić
db600ccdfd TruffleRuby: remove explicit openssl@1.1 requirement on macOS
TruffleRuby build definitions used to explicitly rely on `brew --prefix openssl@1.1` on macOS and abort installation if that was not found. However, this check didn't take into account that the user might have set OPENSSL_PREFIX in their environment, or that they have another `openssl@*` version installed via Homebrew. This change removes the `use_homebrew_openssl` check and allows TruffleRuby to perform its own OpenSSL detection.

https://github.com/oracle/truffleruby/blob/vm-23.1.0/lib/truffle/truffle/openssl-prefix.rb#L14-L17
2023-10-20 15:09:45 +02:00
Benoit Daloze
86af235370 Use builds from ruby/truffleruby-dev-builder for truffleruby-dev on macos-arm64
* macos-arm64 runners recently became available for ruby/truffleruby-dev-builder.
* Those builds are more frequently updated than on graalvm-ce-dev-builds.
2023-10-12 11:45:54 +02:00
Benoit Daloze
bf3db4e98b Follow truffleruby dev standalones rename 2023-07-17 13:25:00 +02:00
Kevin Menard
f36ddae60f Update truffleruby-dev to use builds based on Ubuntu 20.04.
Ubuntu 18.04 will be end of life soon and TruffleRuby will stop delivering builds based on 18.04 accordingly.
2023-02-22 17:07:45 +01:00
deepj
047a1c3480 Update truffleruby-dev 2022-06-10 15:45:53 +02:00
deepj
7e7b4ae4c8 Add a link to truffleruby-dev for Darwin-arm64 2022-06-10 15:45:53 +02:00
Benoit Daloze
c94f955627 TruffleRuby 21.2+ adds support for linux-aarch64
* Fixes #1786
2021-08-01 15:26:11 +02:00
Benoit Daloze
9449b51a01 Add truffleruby-dev
* Uses the latest nightly, which is automatically built.
2020-02-13 21:52:20 +01:00