From 5e413ae99134d7250e4ea67ed10993a8d7b6e6ad Mon Sep 17 00:00:00 2001 From: chrysn Date: Tue, 8 Mar 2022 20:23:58 +0100 Subject: [PATCH] rust: Update note on "why this needs RIOT master" --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8d2e6173..4af07d6a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -129,7 +129,11 @@ jobs: - name: Rust build test run: | - # Once 2022.01 is released, the switcharoo can be removed. + # 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)