Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(maint) Update acceptance to fix windows ruby install #3219

Merged
merged 1 commit into from
Jul 20, 2023

Commits on Jul 19, 2023

  1. (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 extensions
    mcdonaldseanp committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    c7be7f9 View commit details
    Browse the repository at this point in the history