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

Bumps ruby version to 3.2.5 #506

Commits on Aug 22, 2024

  1. Bumps ruby version to 3.2.5

    Experienced issues when trying to run kiln test - investigation showed a
    failure during the step to build the dockerfile based on a CGO error:
    
    ```
    usr/lib/gcc/x86_64-linux-gnu/10/cc1: error while loading shared libraries: usr/lib/x86_64-linux-gnu/libisl.so.23: file too short
    ```
    
    One approach was to disable CGO, via CGO_ENABLED=0
    
    This ruby bump felt like a better approach, but CGO could be considered
    as part of the PR review if there are concerns related to compatibility
    between the new ruby patch and the pinned OpsMan version
    
    [TPCF-24856](https://jira.eng.vmware.com/browse/TPCF-24856)
    
    Authored-by: Ryan Wittrup <[email protected]>
    ryanwittrup committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    25f5386 View commit details
    Browse the repository at this point in the history