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

Use Ruby 2.4 and 2.3 in AppVeyor #9

Merged
merged 2 commits into from
Jul 10, 2017
Merged

Use Ruby 2.4 and 2.3 in AppVeyor #9

merged 2 commits into from
Jul 10, 2017

Conversation

cosmo0920
Copy link
Contributor

AppVeyor supports Ruby 2.4: appveyor/ci#1350
Now, we can switch to use Ruby 2.4 in AppVeyor.
td-agent 3 will ship with Ruby 2.4.
So, we should use Ruby 2.4 instead of 2.3 in CI.

@repeatedly
Copy link
Member

How about keeping ruby 2.3 test?

@cosmo0920
Copy link
Contributor Author

cosmo0920 commented Jul 10, 2017

Keeping Ruby 2.3 tests needs to support conditional bundle install command execution.
For Ruby 2.4, it needs to execute via ridk.cmd to enable MSYS2 toolchain for building C extensions.
But for Ruby 2.3, it can execute bundle install directly after executing devkitvars.bat.

Is this acceptable?

@cosmo0920 cosmo0920 changed the title Switch to use Ruby 2.4 from Ruby 2.3 in AppVeyor Use Ruby 2.4 and 2.3 in AppVeyor Jul 10, 2017
@repeatedly
Copy link
Member

I see... okay. Only ruby 2.4 is enough for now.

@repeatedly repeatedly merged commit 690700a into master Jul 10, 2017
@cosmo0920 cosmo0920 deleted the appveyor-ruby-2.4 branch July 11, 2017 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants