Actions
Refactor #15753
closedUnpin pg gem
Description
The pg gem was pinned in #12219 as tests failed on our Jenkins slaves under Ruby 2.2 or higher due to the pg build process which was preferring /usr/lib64/libruby* from the base OS's old Ruby over the RVM Ruby.
ruby-devel has been uninstalled on all of our Jenkins slaves now, so pg should be unpinned so we have the latest version with other fixes.
The build process bug is still unfixed and may not be corrected unless there's a behaviour change in Ruby's build process, but the workaround to remove ruby-devel when using RVM is straightforward.
Updated by Dominic Cleal about 8 years ago
- Related to Bug #12219: Test failures on Ruby 2.2 added
Updated by The Foreman Bot about 8 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3662 added
Updated by Dominic Cleal about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 8d8f8d45940ef8d2ac7d102817dcc28cb1dc5e57.
Updated by Dominic Cleal about 8 years ago
- Translation missing: en.field_release set to 160
Actions