From 01bf27ecb639b2c80e8e6d08f88fe21204e21a92 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b43be75f..c8c96b8d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -133,6 +133,7 @@ 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 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