| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
In docker-library/official-images#20939 we discovered that the jruby-dist artifacts were not including RubyGems extension stubs needed for libraries like syslog to load. This change modifies our verification process to attempt to run from the dist archive and to load problematic standard libraries to hopefully catch issues like this in the future.
| Back | FazBrowse Home | New Git URL |
This PR will include changes to improve our "Rails verification" to be a more general "Dist verification" that confirms the build jruby-dist artifact is able to run the Rails gauntlet and other tests.
This relates to the fix in #9289 and will help verify that those issues don't happen again.