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

[SHACK-200] pin train to pre-GCP version #128

Merged
merged 1 commit into from
May 15, 2018
Merged

[SHACK-200] pin train to pre-GCP version #128

merged 1 commit into from
May 15, 2018

Conversation

robbkidd
Copy link
Contributor

Train 1.4.7 added Google GCP libraries. The google-protobuf gem does not coexist in an omnibus build well because its C-extensions build seemingly for every version of Ruby which are then caught by the omnibus health check for .so files built against non-existent libraries.

Example of failure can be found on protocolbuffers/protobuf#4210

Applying this pin WHICH SHOULD TOTALLY BE REMOVED when we have solved for omnibus packaging of google-protobuf.

Train 1.4.7 added Google GCP libraries. The google-protobuf gem does not coexist
in an omnibus build well because its C-extensions build seemingly for
every version of Ruby which are then caught by the omnibus health check for
.so files built against non-existent libraries.

Example of failure can be found on protocolbuffers/protobuf#4210

Applying this pin WHICH SHOULD TOTALLY BE REMOVED when we have solved
for omnibus packaging of google-protobuf.

Signed-off-by: Robb Kidd <robb@thekidds.org>
@robbkidd robbkidd requested review from tyler-ball and a team May 15, 2018 20:55
@robbkidd
Copy link
Contributor Author

Running an omnibus build locally to confirm.

Copy link

@cheeseplus cheeseplus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@robbkidd
Copy link
Contributor Author

🎉 Local omnibus build did not error on google-protobuf.

@robbkidd robbkidd merged commit 8640709 into master May 15, 2018
@robbkidd robbkidd deleted the robb/pin-train branch May 15, 2018 21:05
@robbkidd robbkidd changed the title pin train to pre-GCP version [SHACK-200] pin train to pre-GCP version May 15, 2018
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.

2 participants