Skip to content

Commit fe50bda

Browse files
bors[bot]kaspar030
andauthored
Merge #221
221: actions: remove obsolete switcharoo r=kaspar030 a=chrysn Copy of #182 that is rebased (actually, the logical removals are re-applied, but it's dressed with the same author and commit message). Co-authored-by: Kaspar Schleiser <[email protected]>
2 parents 5efc102 + 3c008fc commit fe50bda

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -132,17 +132,8 @@ 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)
143135
make -CRIOT/examples/rust-hello-world BUILDTEST_MAKE_REDIRECT='' buildtest
144136
make -CRIOT/examples/rust-gcoap BUILDTEST_MAKE_REDIRECT='' buildtest
145-
(cd RIOT && git switch -)
146137
env:
147138
BUILD_IN_DOCKER: 1
148139
DOCKER_IMAGE: ${{ env.DOCKER_REGISTRY }}/riotbuild:latest

0 commit comments

Comments
 (0)