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

Make jruby CI work with explicit jar-dependencies install #2550

Merged
merged 11 commits into from
Feb 10, 2025

Conversation

solnic
Copy link
Collaborator

@solnic solnic commented Feb 7, 2025

According to ruby/psych#700 (comment) it should work now 🤞🏻

#skip-changelog

Copy link

codecov bot commented Feb 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.69%. Comparing base (e292d0e) to head (83f0e40).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2550      +/-   ##
==========================================
+ Coverage   69.26%   69.69%   +0.43%     
==========================================
  Files         126      126              
  Lines        4737     4759      +22     
==========================================
+ Hits         3281     3317      +36     
+ Misses       1456     1442      -14     
Components Coverage Δ
sentry-ruby 60.58% <ø> (+0.53%) ⬆️
sentry-rails 96.73% <ø> (-0.75%) ⬇️
sentry-sidekiq 97.16% <ø> (+1.63%) ⬆️
sentry-resque 92.85% <ø> (+0.21%) ⬆️
sentry-delayed_job 95.65% <ø> (ø)
sentry-opentelemetry 99.31% <ø> (-0.69%) ⬇️

see 23 files with indirect coverage changes

@sl0thentr0py sl0thentr0py force-pushed the solnic/re-add-jruby-to-ci branch from 13269db to 690ee2c Compare February 10, 2025 11:53
- name: Bundle Jruby
if: {{ contains(matrix.ruby_version, "jruby") }}
run: gem install jar-dependencies
run: bundle
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@sl0thentr0py hah that was my "yeah I guess we may have to install it manually in a separate step" last resort thought last Friday 🙃

Copy link
Member

Choose a reason for hiding this comment

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

trying now :)

Copy link
Member

Choose a reason for hiding this comment

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

worked it seems

@sl0thentr0py sl0thentr0py force-pushed the solnic/re-add-jruby-to-ci branch from a6ef7f9 to 9fead98 Compare February 10, 2025 12:52
@sl0thentr0py sl0thentr0py force-pushed the solnic/re-add-jruby-to-ci branch from fa78c0c to bd7357c Compare February 10, 2025 12:59
@sl0thentr0py sl0thentr0py force-pushed the solnic/re-add-jruby-to-ci branch from bd7357c to 3267232 Compare February 10, 2025 13:02
@sl0thentr0py sl0thentr0py marked this pull request as ready for review February 10, 2025 13:19
@sl0thentr0py sl0thentr0py changed the title Revert "Remove jruby from CI for now (#2543)" Make jruby CI work with explicit jar-dependencies install Feb 10, 2025
@sl0thentr0py sl0thentr0py merged commit e1f5c20 into master Feb 10, 2025
153 checks passed
@sl0thentr0py sl0thentr0py deleted the solnic/re-add-jruby-to-ci branch February 10, 2025 13:21
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