From a43f92e294cb0372fd7de6cb8ee0c4b0983f0f3b Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Mon, 3 May 2021 13:10:40 +0000 Subject: [PATCH] tests/e2e-update: do not rebuild binaries Avoid rebuilding the project from source, as binaries have already been built in previous steps. --- tests/e2e-update/e2e-update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/e2e-update/e2e-update.sh b/tests/e2e-update/e2e-update.sh index e72acad0..995a184e 100755 --- a/tests/e2e-update/e2e-update.sh +++ b/tests/e2e-update/e2e-update.sh @@ -80,7 +80,6 @@ if test -z "${e2e_skip_build:-}"; then echo "Building starting image" rm -f ${overrides}/rpm/*.rpm add_override grub2-2.04-22.fc32 - (cd ${bootupd_git} && runv make && runv make install DESTDIR=${overrides}/rootfs) runv cosa build prev_image=$(runv cosa meta --image-path qemu) create_manifest_fork