Commit ebe832d
authored
Jinlong/ci add pvm build (#122)
* ci(pvm-host): fix RPM build environment
- Pin container image to fedora:40 (was fedora:latest, unstable)
- Add openssl to RPM build deps alongside openssl-devel; the kernel
spec's BuildRequires lists openssl as a runtime dep and dnf refuses
to build the package without it
Signed-off-by: ls-ggg <[email protected]>
* ci: free disk space before release bundle build
Add jlumbroso/free-disk-space in both build_pvm_guest_vmlinux and
release jobs to reclaim ~20 GB consumed by pre-installed Android SDK,
.NET, Haskell and large apt packages. Docker images are kept in the
release job because the builder image is pulled in a later step.
Fixes out-of-disk failures on ubuntu-latest (~14 GB usable by default).
Signed-off-by: ls-ggg <[email protected]>
---------
Signed-off-by: ls-ggg <[email protected]>1 parent 196104d commit ebe832d
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
| 287 | + | |
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
| |||
0 commit comments