From ebf2936d7608b4bb6794d4f4e9982957ff8b9b14 Mon Sep 17 00:00:00 2001 From: chrysn Date: Mon, 5 Feb 2024 14:33:06 +0100 Subject: [PATCH] Do Not Merge: Try debug-preprocessor_successor-race branch of riot-wrappers See-Also: https://github.com/RIOT-OS/riotdocker/issues/242 --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b43be75f..2c2f9a2d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -133,6 +133,8 @@ jobs: # Some of the above are executed by root, creating ~/.cargo/git as # that user, blocking downloads of own libraries. rm -rf ~/.cargo + sed 's/rust-riot-sys/rust-riot-sys", branch = "debug-preprocessor_successor-race/' -i RIOT/.cargo/config.toml + rm RIOT/examples/rust-hello-world/Cargo.lock make -CRIOT/examples/rust-hello-world BUILDTEST_MAKE_REDIRECT='' buildtest # TODO: temporarily disabled (sock_udp.h not found) #make -CRIOT/examples/rust-gcoap BUILDTEST_MAKE_REDIRECT='' buildtest