Automattic / a8c-ci-toolkit-buildkite-plugin

A caching plugin that can be invoked from your build script.
22 stars 5 forks source link

Show `Gemfile.lock` diff when `validate_gemfile_lock` fails #37

Closed mokagio closed 2 years ago

mokagio commented 2 years ago

We recently run in some Intel vs Apple Silicon issues in https://github.com/wordpress-mobile/NSURL-IDN/pull/8. The Gemfile.lock validation failed in CI, but running bundle install locally didn't change the Gemfile.lock.

To understand the failure better, I made the command print the Gemfile.lock diff.

You can see it in action here.

image