File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -132,15 +132,9 @@ jobs:
132
132
# Some of the above are executed by root, creating ~/.cargo/git as
133
133
# that user, blocking downloads of own libraries.
134
134
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
144
138
make -CRIOT/examples/rust-gcoap BUILDTEST_MAKE_REDIRECT='' buildtest
145
139
(cd RIOT && git switch -)
146
140
env :
You can’t perform that action at this time.
0 commit comments