pivotal-cf / kiln

Kiln helps you maintain product tiles for VMware Tanzu Operations Manager.
Apache License 2.0
30 stars 20 forks source link

Bumps ruby version to 3.2.5 #506

Closed ryanwittrup closed 3 months ago

ryanwittrup commented 3 months ago

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

ryanwittrup commented 3 months ago

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