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

Conversation

ryanwittrup
Copy link
Contributor

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

Authored-by: Ryan Wittrup rwittrup@vmware.com

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 <rwittrup@vmware.com>
@ryanwittrup
Copy link
Contributor Author

Closing for now - may not be necessary since it seems like my local failures were related to a corrupted docker cache

Got the dockerfile build working again with existing code by pruning everything

docker system prune --all

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.

1 participant