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 986e487 commit a158ce3Copy full SHA for a158ce3
1 file changed
os/mkosi/scripts/build-ovmf.sh
@@ -41,6 +41,7 @@ rm -f "$src/Conf/tools_def.txt"
41
build -a X64 -t GCC5 -b RELEASE -n "${JOBS:-$(nproc)}" \
42
-p OvmfPkg/IntelTdx/IntelTdxX64.dsc)
43
install -Dm0644 "$src/Build/IntelTdx/RELEASE_GCC5/FV/OVMF.fd" "$OUT"
44
+# shellcheck source=/dev/null
45
(cd "$src" && set +u && source edksetup.sh BaseTools >/dev/null && \
46
47
-p OvmfPkg/AmdSev/AmdSevX64.dsc)
0 commit comments