Skip to content

Commit

Permalink
Work around SUIT related build breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Sep 16, 2024
1 parent 93471d4 commit 7492b51
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build-with-checkouts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,11 @@ cargo update
# target is not added the same way.
rustup target add thumbv7em-none-eabihf

# We're not running with RIOT_CI_BUILD to avoid getting *all* the effects of
# things being different, but that also means there is an interactive prompt as
# soon as one starts doing anything SUIT related. Can't set RIOT_CI_BUILD
# because it'd also change the output path, so we emulate a user picking
# 'none' whyen prompted.
echo '0' | make -C RIOT/examples/suit_update suit/genkey

make build-cargo-docs

0 comments on commit 7492b51

Please sign in to comment.