Skip to content

Commit

Permalink
Merge #221
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
bors[bot] and kaspar030 authored Jan 17, 2023
2 parents 5efc102 + 3c008fc commit fe50bda
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,17 +132,8 @@ 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
make -CRIOT/examples/rust-gcoap BUILDTEST_MAKE_REDIRECT='' buildtest
(cd RIOT && git switch -)
env:
BUILD_IN_DOCKER: 1
DOCKER_IMAGE: ${{ env.DOCKER_REGISTRY }}/riotbuild:latest
Expand Down

0 comments on commit fe50bda

Please sign in to comment.