Shopify / tapioca

The swiss army knife of RBI generation
MIT License
728 stars 121 forks source link

Use latest rbtrace to avoid build failures #1922

Closed vinistock closed 3 months ago

vinistock commented 3 months ago

Motivation

The build in main is failing because building rbtrace v0.4.14 native extensions is crashing. Updating to the latest v0.5.1 fixes the issue.

Also, I added an assertion so that the error is less obscure if this fails again in the future.

vinistock commented 3 months ago

Closing this as it turns out these issues are related to Bundler somehow #1923