|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] gitlab-ci: use git clean -ffdx in build each commit test
On Mon, Apr 08, 2019 at 12:50:31PM +0100, Wei Liu wrote:
> The build script invoked is designed to run in a pristine checkout.
>
> Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx>
> ---
> automation/gitlab-ci/build-each-commit.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/automation/gitlab-ci/build-each-commit.sh
> b/automation/gitlab-ci/build-each-commit.sh
> index 275bc71902..879028b5a7 100755
> --- a/automation/gitlab-ci/build-each-commit.sh
> +++ b/automation/gitlab-ci/build-each-commit.sh
> @@ -15,4 +15,4 @@ fi
> echo "Building ${CI_COMMIT_BEFORE_SHA}..${CI_COMMIT_SHA}"
>
> NON_SYMBOLIC_REF=1 ./automation/scripts/build-test.sh
> ${CI_COMMIT_BEFORE_SHA} ${CI_COMMIT_SHA} \
> - bash -c "make -j4 distclean && ./automation/scripts/build"
> + bash -c "git clean -ffdx && ./automation/scripts/build"
Is this mean that QEMU, OVMF, SeaBIOS, ... are going to be clonned again
and again? But maybe it doesn't matter.
--
Anthony PERARD
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |