Commit c7be7f9
committed
(maint) Update acceptance to fix windows ruby install
A couple things have changed about ruby and chocolatey, requiring new
changes to ensure the windows installation can succeed.
The newest versions of chocolately no longer require the `--lo` flag in
the choco list command, because that command now only lists local
packages instead of doing any remote searching.
Remove use of the flag so acceptance setup can complete
Update the ruby installation to use latest ruby, version 2.5 was unable
to build with new changes to the ruby devkit.
Add new steps to install msys2 and run ridk to install the ruby devkit,
which is required to build gems with C extensions1 parent 7a10680 commit c7be7f9
1 file changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
21 | 27 | | |
22 | 28 | | |
23 | 29 | | |
| |||
0 commit comments