Skip to content

Commit

Permalink
ci: disable seabios build for Xen
Browse files Browse the repository at this point in the history
custom git-checkout script fail to clone seabios
  • Loading branch information
Wenzel committed Oct 30, 2024
1 parent 0ae789e commit 740c13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/libvmi-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs:
yum install -y python3-devel iasl libuuid-devel ncurses-devel pixman-devel yajl-devel ninja-build
git clone --depth 1 https://github.com/xen-project/xen.git -b RELEASE-4.18.0
cd xen
./configure --disable-docs --disable-stubdom
./configure --disable-docs --disable-stubdom --disable-seabios
make -j $(nproc)
make install
fi
Expand Down

0 comments on commit 740c13d

Please sign in to comment.