Commit 0c4c34c
fix(ci): run gen_lockfile.py in container for OpenSSL compat
The RHAI index provides a cryptography package built against
OpenSSL 3.2+, which is unavailable on GitHub Actions runners
(Ubuntu 24.04 ships OpenSSL 3.0.x). This causes nightly schedule
builds to fail at the "Regenerate distribution artifacts" step
with: ImportError: libcrypto.so.3: version `OPENSSL_3.2.0' not found
PR #510 fixed this for the update-lockfiles workflow by using
run_gen_lockfile.sh (which runs inside a UBI9 container with
OpenSSL 3.5), but the regenerate-artifacts action still ran
gen_lockfile.py directly on the runner.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b7e74f7 commit 0c4c34c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
0 commit comments