Skip to content

Commit 040c1db

Browse files
committed
Tests: Remove leftover files from other builds
1 parent d2e7873 commit 040c1db

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,9 @@ jobs:
132132
# Some of the above are executed by root, creating ~/.cargo/git as
133133
# that user, blocking downloads of own libraries.
134134
rm -rf ~/.cargo
135-
# Once a release is out that can be built on stable, this switcharoo
136-
# can be removed -- until then, each release of RIOT is only
137-
# supported with the very Rust version that was the configured
138-
# nightly it was released with; such is the nature of nightly.
139-
#
140-
# Note that `git switch master` does not work because the checkout
141-
# action does only minimal fetching.
142-
(cd RIOT && git fetch origin master && git checkout FETCH_HEAD)
143-
make -CRIOT/examples/rust-hello-world BUILDTEST_MAKE_REDIRECT='' buildtest
135+
# Something left directories that break things
136+
make distclean
137+
t make -CRIOT/examples/rust-hello-world BUILDTEST_MAKE_REDIRECT='' buildtest
144138
make -CRIOT/examples/rust-gcoap BUILDTEST_MAKE_REDIRECT='' buildtest
145139
(cd RIOT && git switch -)
146140
env:

0 commit comments

Comments
 (0)