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

Fix broken CI due to rake-compiler error on Ruby < 2.6 #1007

Merged
merged 1 commit into from
Aug 2, 2023

Commits on Aug 2, 2023

  1. Fix broken CI due to rake-compiler error on Ruby < 2.6

    The recently released rake-compiler 1.2.4 breaks compatibility with Ruby
    2.5 and below. It is causing concurrent-ruby CI jobs to fail with errors
    like this:
    
    ```
    NoMethodError: undefined method `cleanpath' for "tmp/x86_64-linux/concurrent_ruby_ext/2.3.8":String
    ```
    
    The rake-compiler regression has been reported here:
    
    rake-compiler/rake-compiler#224
    
    As a workaround, this PR updates the ruby-concurrent Gemfile to avoid
    rake-compiler 1.2.4. This should fix the broken CI jobs.
    mattbrictson committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    710c662 View commit details
    Browse the repository at this point in the history