We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae789e commit 740c13dCopy full SHA for 740c13d
.github/actions/libvmi-setup/action.yml
@@ -37,7 +37,7 @@ runs:
37
yum install -y python3-devel iasl libuuid-devel ncurses-devel pixman-devel yajl-devel ninja-build
38
git clone --depth 1 https://github.com/xen-project/xen.git -b RELEASE-4.18.0
39
cd xen
40
- ./configure --disable-docs --disable-stubdom
+ ./configure --disable-docs --disable-stubdom --disable-seabios
41
make -j $(nproc)
42
make install
43
fi
0 commit comments