Commit graph

1974 commits

Author SHA1 Message Date
Benoit Daloze
c0d87ea452 Skip building docs when building openssl
* See https://github.com/openssl/openssl/issues/8170
* The install_sw target exists since 1.0.0 or earlier:
  https://github.com/openssl/openssl/blob/OpenSSL_1_0_0-stable/Makefile.org
2022-05-01 12:43:05 +02:00
Benoit Daloze
deb3dd0e89 ruby-build 20220426 2022-04-26 15:05:44 +02:00
Benoit Daloze
6701589b55 Add TruffleRuby and TruffleRuby GraalVM 22.1.0 2022-04-26 15:05:26 +02:00
Benoit Daloze
d3bbd54d58 ruby-build 20220415 2022-04-15 12:21:25 +02:00
Levi Pearson
5c814edb02 Allow truffleruby to install in an existing empty directory
The check to prevent deleting user files during clean_prefix_path by disallowing
installs into existing directories that weren't earlier truffleruby installs broke
asdf installs, as asdf always creates an empty directory before installing.

This fix adds a second exception to the existing directory case when that directory
is empty. The check is done via testing the length of ls output. The logic was
manually tested against non-existing directories, existing empty directories,
existing non-empty directories in general, and existing non-empty directories
that contained a file named "bin/truffleruby".

I also copied the file over my existing asdf version of ruby-build and made sure that
it successfully installed truffleruby.
2022-04-12 16:27:47 +02:00
Benoit Daloze
2004fd71be ruby-build 20220412 2022-04-12 16:25:10 +02:00
Jean Boussier
6df5864d36 Add Ruby 3.1.2, 3.0.4, 2.7.6, 2.6.10
- https://www.ruby-lang.org/en/news/2022/04/12/ruby-3-1-2-released/
- https://www.ruby-lang.org/en/news/2022/04/12/ruby-3-0-4-released/
- https://www.ruby-lang.org/en/news/2022/04/12/ruby-2-7-6-released/
- https://www.ruby-lang.org/en/news/2022/04/12/ruby-2-6-10-released/
2022-04-12 16:10:00 +02:00
Hiroshi SHIBATA
b02017edec
Merge pull request #1954 from koic/add_definition_for_ruby_3_2_0_preview1
Add definition for Ruby 3.2.0-preview1
2022-04-04 07:18:53 +09:00
Koichi ITO
5832974dfa Add definition for Ruby 3.2.0-preview1
Ruby 3.2.0-preview1 has been released.
https://www.ruby-lang.org/en/news/2022/04/03/ruby-3-2-0-preview1-released/

This PR specifies the same OpenSSL version (3.0.2) as 3.2.0-dev.
https://github.com/rbenv/ruby-build/blob/v20220324/share/ruby-build/3.2.0-dev#L1
2022-04-04 01:20:49 +09:00
Hiroshi SHIBATA
a5ca3e4872
ruby-build 20220324 2022-03-24 07:03:29 +09:00
Charles Oliver Nutter
81619a044b Add JRuby 9.3.4.0 2022-03-23 19:35:34 +01:00
Hiroshi SHIBATA
528c6b13b5
Merge pull request #1948 from rbenv/bump-openssl-versions
Bump openssl versions
2022-03-16 16:45:29 +09:00
Hiroshi SHIBATA
1a4368567b
Update openssl version at 2.4.0-preview versions 2022-03-16 16:22:40 +09:00
Hiroshi SHIBATA
0b2d799001
Bump openssl-1.1.1n 2022-03-16 16:17:05 +09:00
Hiroshi SHIBATA
cdfba6b79f
Bump openssl-3.0.2 2022-03-16 16:15:46 +09:00
Hiroshi SHIBATA
10a56a289c
Merge pull request #1942 from rbenv/openssl-1-1-1m
Bump up OpenSSL 1.1.1m
2022-02-24 10:41:57 +09:00
Hiroshi SHIBATA
19d16b1e29
Bump up OpenSSL 1.1.1m 2022-02-24 10:24:52 +09:00
Hiroshi SHIBATA
2a0475f03e
ruby-build 20220218 2022-02-18 21:22:41 +09:00
Hiroshi SHIBATA
f716c4ddb8
Merge pull request #1936 from rbenv/3-1-1
Added Ruby 3.1.1
2022-02-18 21:21:41 +09:00
Hiroshi SHIBATA
8ed6f91866
Added Ruby 3.1.1 2022-02-18 19:52:10 +09:00
Benoit Daloze
cbdbc6e44b ruby-build 20220125 2022-01-25 19:18:52 +01:00
Benoit Daloze
45b9dd0465 Add a simple CONTRIBUTING.md 2022-01-25 19:18:26 +01:00
Benoit Daloze
2131cbfd13 Add TruffleRuby and TruffleRuby GraalVM 22.0.0.2 2022-01-25 19:18:26 +01:00
Hiroshi SHIBATA
4f1e62f2f0
Merge pull request #1913 from headius/jruby-9.3.3.0
Add JRuby 9.3.3.0
2022-01-20 08:04:16 +09:00
Charles Oliver Nutter
3254d72024
Add JRuby 9.3.3.0 2022-01-19 11:31:38 -06:00
Mislav Marohnić
cdc215eba8
Add issue templates (#1889) 2022-01-04 11:37:51 +01:00
Hiroshi SHIBATA
c97d64e306
Merge pull request #1877 from rbenv/bump-homebrew-fix
Update bump-homebrew-formula action
2021-12-27 19:35:55 +09:00
Mislav Marohnić
1c64778140
Update bump-homebrew-formula action
The v1 branch is now fixed
2021-12-27 10:35:36 +01:00
Hiroshi SHIBATA
8663d2ff83
ruby-build 20211227 2021-12-27 09:14:27 +09:00
Hiroshi SHIBATA
b5ade33c34
Merge pull request #1876 from rbenv/use-openssl3
Use OpenSSL 3.x after Ruby 3.2
2021-12-27 08:48:42 +09:00
Hiroshi SHIBATA
f3e05238a1
Use OpenSSL 3.x after Ruby 3.2 2021-12-27 08:36:35 +09:00
Hiroshi SHIBATA
4a396f4acf
Added 3.2.0-dev and switch ruby_3_1 branch at 3.1.0-dev 2021-12-27 07:41:33 +09:00
Hiroshi SHIBATA
927aec4bf8
Merge pull request #1839 from Intrepidd/patch-1
Fix version of mislav/bump-homebrew-formula-action to avoid bug
2021-12-26 07:36:35 +09:00
Adrien S
2ab13a9c4f
Fix version of mislav/bump-homebrew-formula-action to avoid bug 2021-12-25 15:45:16 +01:00
Hiroshi SHIBATA
9c556f210a
ruby-build 20211225 2021-12-25 22:22:31 +09:00
Hiroshi SHIBATA
e9d449054e
Merge pull request #1838 from thomasdziedzic/patch-1
Create 3.1.0
2021-12-25 22:22:14 +09:00
Thomas Dziedzic
6d81656eb4
Create 3.1.0
https://www.ruby-lang.org/en/news/2021/12/25/ruby-3-1-0-released/
2021-12-25 07:16:27 -06:00
Hiroshi SHIBATA
7ffe3c35a4
ruby-build 20211203 2021-12-03 08:47:48 +09:00
Hiroshi SHIBATA
711e4d806e
Merge pull request #1831 from headius/jruby-9.3.2.0
Add JRuby 9.3.2.0
2021-12-03 08:47:18 +09:00
Charles Oliver Nutter
f12cbba716
Add JRuby 9.3.2.0 2021-12-02 10:55:18 -06:00
Benoit Daloze
f6a5330fa4 ruby-build 20211201 2021-12-01 21:28:23 +01:00
Charles Oliver Nutter
1dfcb07955 Add JRuby 9.2.20.1 2021-12-01 21:27:59 +01:00
Benoit Daloze
6147a6dae9 ruby-build 20211124 2021-11-24 18:51:12 +01:00
Jean Boussier
ba6efe7b9c Add ruby 2.6.9, 2.7.5 and 3.0.3 2021-11-24 18:50:25 +01:00
Hiroshi SHIBATA
d796c17945
ruby-build 20211109 2021-11-09 19:33:13 +09:00
Hiroshi SHIBATA
75407e9060
Merge pull request #1822 from rbenv/3-1-0-preview1
Added 3.1.0-preview1
2021-11-09 19:28:50 +09:00
Hiroshi SHIBATA
30129aaf4c
Added 3.1.0-preview1 2021-11-09 19:22:55 +09:00
Hiroshi SHIBATA
592b1048bd
bz2 is obsoleted format 2021-11-09 19:22:19 +09:00
Hiroshi SHIBATA
766e9c781f
Merge pull request #1818 from headius/jruby-9.2.20.0
Add JRuby 9.2.20.0
2021-11-03 07:02:31 +09:00
Charles Oliver Nutter
df16935742
Add JRuby 9.2.20.0 2021-11-02 16:23:06 -05:00