From 040c1db4412730e73f9c61d538f112ccf87fbeeb Mon Sep 17 00:00:00 2001 From: chrysn Date: Fri, 3 Feb 2023 07:35:14 +0100 Subject: [PATCH] Tests: Remove leftover files from other builds --- .github/workflows/build.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2cb3a195..af7d4694 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -132,15 +132,9 @@ jobs: # Some of the above are executed by root, creating ~/.cargo/git as # that user, blocking downloads of own libraries. rm -rf ~/.cargo - # Once a release is out that can be built on stable, this switcharoo - # can be removed -- until then, each release of RIOT is only - # supported with the very Rust version that was the configured - # nightly it was released with; such is the nature of nightly. - # - # Note that `git switch master` does not work because the checkout - # action does only minimal fetching. - (cd RIOT && git fetch origin master && git checkout FETCH_HEAD) - make -CRIOT/examples/rust-hello-world BUILDTEST_MAKE_REDIRECT='' buildtest + # Something left directories that break things + make distclean +t make -CRIOT/examples/rust-hello-world BUILDTEST_MAKE_REDIRECT='' buildtest make -CRIOT/examples/rust-gcoap BUILDTEST_MAKE_REDIRECT='' buildtest (cd RIOT && git switch -) env: