Skip to content

Commit

Permalink
chore: update pkg edk2-ovmf to ver edk2-ovmf-20240811-alt2.noarch
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Korolev <[email protected]>
  • Loading branch information
universal-itengineer committed Nov 8, 2024
1 parent 862f01a commit 0b3e9a6
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions images/virt-launcher/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import:
before: install
includePaths:
- edk2-ovmf-20231115-alt1.noarch.rpm
- edk2-ovmf-20240811-alt2.noarch.rpm

# After install stage.
# Add libxcrypto library.
Expand Down Expand Up @@ -119,8 +120,13 @@ shell:
install:
# Upgrade edk2-ovmf package to custom build and remove its package.
- |
rpm -Uv /edk2-ovmf-20231115-alt1.noarch.rpm
rm /edk2-ovmf-20231115-alt1.noarch.rpm
echo "rpm -Uv /edk2-ovmf-20231115-alt1.noarch.rpm"
# rpm -Uv /edk2-ovmf-20231115-alt1.noarch.rpm
# rm /edk2-ovmf-20231115-alt1.noarch.rpm
# rpm -Uv /edk2-ovmf-20231115-alt1.noarch.rpm
# rm /edk2-ovmf-20231115-alt1.noarch.rpm
rpm -Uv /edk2-ovmf-20240811-alt2.noarch.rpm
rm /edk2-ovmf-20240811-alt2.noarch.rpm
# Restructure firware files in /usr/share/OVMF to mimic structure
# in edk2-ovmf package from the original kubevirt.
- |
Expand Down Expand Up @@ -290,3 +296,5 @@ shell:
echo "Build RPMs from:" /home/builder/*.rpm
echo "Note: time consuming operation, be patient ..."
su - builder -c 'trap "echo Build log tail: ; tail -n 1024 /tmp/build.log" EXIT ; rpm -ba /home/builder/RPM/SPECS/edk2.spec > /tmp/build.log 2>&1'
echo "Done"
ls -la

0 comments on commit 0b3e9a6

Please sign in to comment.