Commit 60a6f05
beaker: install openssl-devel for gem native ext builds
Recent io-stream releases (>= 0.13.2) declare a runtime dependency
on the openssl gem >= 3.3, which is newer than Ruby's bundled
default (3.2.2). When bundler needs to compile that gem from
source, it fails because openssl-devel was never installed here:
checking for pkg-config for openssl... not found
checking for openssl/ssl.h... no
*** extconf.rb failed ***
This broke foreman-pipeline-candlepin-rpm-nightly starting with the
2026-07-13 run. See SAT-47706.1 parent 9dd006f commit 60a6f05
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments