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

Improve build set for still branch #611

Merged
merged 11 commits into from May 19, 2019
Merged

Improve build set for still branch #611

merged 11 commits into from May 19, 2019

Conversation

mvz
Copy link
Contributor

@mvz mvz commented May 4, 2019

Summary

Several improvements to how we build on Travis CI.

Details

  • Drop zsh as a build dependency (improves related scenarios as well)
  • Fix caching of bundle
  • Fix testing on JRuby versions
  • Some cleanups

Motivation and Context

Our builds are very slow. At least we should build what is relevant.

How Has This Been Tested?

Travis is working on it.

Copy link
Contributor

@olleolleolle olleolleolle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is amazing work!

mvz added 6 commits May 12, 2019 13:57
Also drops the unused cucumber-pro token
By letting Travis CI handle Bundler, caching will be automated.
- Use latest point release for CRubies starting from 2.2
- Drop 20 and 21 modes for JRuby. These do not seem to do the right
  thing and instead just test on JRuby 9.2
- Add 1.8 more for JRuby 1.7 via JRUBY_OPTS variable

This was based on rspec's Travis CI build matrix.
@mvz mvz force-pushed the improve-build-set-still branch from 6b7f009 to 6aa6721 Compare May 12, 2019 11:58
There are two reasons for this:
- Coverage is inaccurate unless running in debug mode
- Simplecov breaks on JRuby 1.7 in 1.8 mode
@mvz mvz force-pushed the improve-build-set-still branch from 6aa6721 to e4539cf Compare May 12, 2019 17:37
This will also load the old childprocess version on CRuby 1.8, but the
main point here is to use it with JRuby with the --18 flag, since it's
the JRuby-specific code in childprocess that has an incompatibility.
@mvz
Copy link
Contributor Author

mvz commented May 19, 2019

ffi/ffi#699 😿

@mvz mvz force-pushed the improve-build-set-still branch from c0369e1 to 2156ace Compare May 19, 2019 08:38
mvz added 2 commits May 19, 2019 10:59
Something seems broken on 9.2.7.0 which is not broken on 9.2.6.0.
@mvz mvz merged commit cb19152 into still May 19, 2019
@mvz mvz deleted the improve-build-set-still branch May 19, 2019 12:41
@mvz
Copy link
Contributor Author

mvz commented May 19, 2019

I've pinned the JRuby 9.2 version at 9.2.6.0 due to jruby/jruby#5738.

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.

None yet

2 participants