Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ebe832d

Browse files
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

File tree

.github/workflows/release-pvm-host-kernel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
build_mode: native
2626
- package_type: rpm
2727
build_mode: container
28-
container_image: fedora:latest
28+
container_image: fedora:40
2929

3030
steps:
3131
- name: Checkout

deploy/pvm/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ install_deps_rpm() {
284284

285285
local pkgs=(
286286
git make gcc gcc-c++ bc bison flex
287-
elfutils-libelf-devel openssl-devel
287+
elfutils-libelf-devel openssl openssl-devel
288288
perl-core ncurses-devel
289289
dwarves cpio tar xz which findutils
290290
hostname wget rsync lz4

0 commit comments

Comments
 (0)