Benoit Daloze
3197025b07
Add support for jruby-head
v1.17.0
2020-02-16 16:39:10 +01:00
Benoit Daloze
28def02321
Use the automatic latest release asset link for head builds
2020-02-16 16:30:22 +01:00
Benoit Daloze
3d6280ad19
Add support for .tool-versions
v1.16.0
2020-02-16 14:49:55 +01:00
Benoit Daloze
980126329a
where.exe needs to be used in PowerShell
...
* See https://stackoverflow.com/a/304447/388803
2020-02-16 13:00:27 +01:00
Benoit Daloze
4f28d1c82e
Add notes about Windows in the README
v1.15.0
2020-02-09 23:51:09 +01:00
Benoit Daloze
53b22d2360
Don't run CI twice when merging to master
...
* It already ran on the feature branch.
2020-02-09 23:38:56 +01:00
Benoit Daloze
55dff253ca
Do not remove any dev tools from PATH on Windows
...
* This might lead to more conflicts, but the flip side of a setup action
removing capabilities seems worse and unexpected.
* See https://github.com/ruby/setup-ruby/issues/19
2020-02-09 23:38:26 +01:00
Benoit Daloze
e15ecc8aaa
Print entries removed from PATH on Windows
2020-02-09 23:37:52 +01:00
Benoit Daloze
71f024b642
Silence the output of 7z on Windows
...
* It's quite verbose (22 lines) and there is no quiet flag.
2020-02-09 23:37:52 +01:00
Benoit Daloze
30011b6444
Cleanup PATH for JRuby on Windows
...
* That way we remove the default Ruby in PATH which was confusing.
v1.14.1
2020-02-08 22:14:50 +01:00
Benoit Daloze
f422c055c3
Add support for Ruby 2.2
...
* Use Ruby 2.2.6 from RubyInstaller on Windows since there is no more
recent release of Ruby 2.2.
v1.14.0
2020-02-06 15:20:13 +01:00
Benoit Daloze
a01ba37375
Follow builder repositories transfers
v1.13.0
2020-02-06 13:21:29 +01:00
Benoit Daloze
fdfc519f55
Clarify the maintainer now that the repo moved
2020-02-06 13:18:40 +01:00
Benoit Daloze
480f78f4b6
Compare with actions/setup-ruby
2020-02-06 13:15:21 +01:00
Benoit Daloze
48efd73814
Follow repository transfer and rename
2020-02-06 13:09:38 +01:00
Benoit Daloze
5478747ea7
Add a line about the move and rename
2020-02-06 13:02:38 +01:00
Samuel Williams
8a173f1bc2
Change title to reflect new home.
2020-02-07 01:00:48 +13:00
Benoit Daloze
48481806ad
Update to latest builds fixing "Insecure world writable dir" warnings
...
* Update to Rubinius 4.14 which fixes some segfaults.
v1.12.2
2020-02-02 16:33:46 +01:00
Benoit Daloze
623e527949
Rename generate script
v1.12.1
2020-02-02 13:23:31 +01:00
Benoit Daloze
c933cecfdc
Follow ruby-install-builder => ruby-builder repository rename
2020-02-02 13:21:37 +01:00
Benoit Daloze
7c15ff8590
Add info about the -head builders
2020-02-01 21:21:26 +01:00
Benoit Daloze
58366f2203
Reduce the test matrix as it's getting too large
...
* It was 40 checks and a lot of queuing on macOS.
* Version parsing is stable and can be tested more directly.
* 2.6.5 was tested twice: .ruby-version and explicitly.
v1.12.0
2020-02-01 18:31:35 +01:00
Benoit Daloze
f5483241db
Add support for ruby-head
2020-02-01 18:22:53 +01:00
Benoit Daloze
0331c8b821
Add support for truffleruby-head
v1.11.0
2020-02-01 15:17:12 +01:00
Benoit Daloze
818f4eeb16
The :required key is required is action.yml
...
* See https://help.github.com/en/actions/automating-your-workflow-with-github-actions/metadata-syntax-for-github-actions
2020-02-01 13:41:57 +01:00
Benoit Daloze
052cbd8ee4
Test bundle exec too
2020-01-30 23:24:13 +01:00
Benoit Daloze
001fd1b7c7
Document the choice of the drive on Windows
v1.10.1
2020-01-30 22:17:19 +01:00
MSP-Greg
4d7199dbd0
Use SSD drive for Windows Ruby location
2020-01-30 22:15:28 +01:00
Benoit Daloze
5dd450999e
Fix link to example
2020-01-25 18:19:48 +01:00
Benoit Daloze
3551d3fbd4
Store the available Ruby versions in this repository
...
* That way it's always perfectly synchronized with the action. In
practice querying another repository sometimes returned a stale copy.
* Avoids an extra HTTPS request.
* The axios dependency is no longer needed.
* Makes it possible to tweak the versions available according to the platform.
v1.10.0
2020-01-25 18:03:33 +01:00
Benoit Daloze
07160f610f
Move ruby-installer-versions.js to windows-versions.js for clarity
2020-01-25 18:03:19 +01:00
Benoit Daloze
0449254cae
Add Rubinius to the README
2020-01-25 18:03:19 +01:00
Benoit Daloze
689f94552b
Add support for Rubinius
...
* Only works on ubuntu-latest.
2020-01-25 16:54:03 +01:00
Benoit Daloze
db2d09d84c
Rubinius fails to build the latest json 2.3.0 gem
2020-01-25 16:54:00 +01:00
Benoit Daloze
8b354c238c
Show OpenSSL version for all platforms in test
2020-01-20 22:56:18 +01:00
Benoit Daloze
7f4c88c00b
Give credit where credit is due
2020-01-19 23:08:30 +01:00
Benoit Daloze
dbac26120b
Add support for JRuby on Windows
v1.9.0
2020-01-19 22:56:19 +01:00
Benoit Daloze
0f26fedc26
Improve error message
2020-01-19 22:55:15 +01:00
Benoit Daloze
7da380d64e
Add support for Ruby 2.3 on Windows
v1.8.0
2020-01-19 18:24:29 +01:00
Benoit Daloze
5f2df8a190
Link to the full list of versions on Windows
2020-01-19 15:13:03 +01:00
Benoit Daloze
4ff821c778
Try to trigger CI on push to branches but not to tags
...
* Running CI on tag is redundant with the branch push.
* Do not build on pushes to v1 as CI already ran on the master commit before.
v1.7.0
2020-01-19 14:46:57 +01:00
Benoit Daloze
34fa48c067
Simplify steps descriptions
2020-01-19 14:46:57 +01:00
Benoit Daloze
a66a46f031
Refactor code to share logic between ruby-install-builder and windows
...
* Make use of ruby-installer-versions.js to validate the version on Windows.
2020-01-19 14:46:57 +01:00
Benoit Daloze
537d9f67b4
Add explicit dependency on @actions/exec
2020-01-19 14:28:24 +01:00
Benoit Daloze
69599c886c
Add a script to generate a list of available version from RubyInstaller
2020-01-19 14:28:19 +01:00
Benoit Daloze
247acff66d
Remove no longer needed workaround
2020-01-19 13:01:02 +01:00
Benoit Daloze
7978ff1579
Print the OpenSSL version
v1.6.0
2020-01-18 16:42:55 +01:00
Benoit Daloze
30cd88adf9
Use the newer builds from ruby-install-builder
...
* Which uses a newer OpenSSL for Ruby 2.3 on Ubuntu and macOS.
2020-01-18 16:36:23 +01:00
Benoit Daloze
7005fbe92a
Embed the used tag in this repo for atomic updates
...
* Avoids stale cached requests for the latest_release.tag file.
* This also ensures reproducible builds for this repository.
2020-01-18 16:36:05 +01:00
Benoit Daloze
026be4409b
Fix typo in OpenSSL test
2020-01-18 14:39:18 +01:00