Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information