Attention is currently required from: Felix Singer, Patrick Georgi.
Evan Benn has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/69770 )
Change subject: test_build.sh: Add build_rust ......................................................................
Patch Set 2:
(2 comments)
File test_build.sh:
https://review.coreboot.org/c/flashrom/+/69770/comment/9e3df2bb_0aba3378 PS1, Line 87: do_for_rust test --offline
this is not great as a user that has cargo but hasnt run this before needs to manually run the same […]
Discussed with felix on irc, felix pointed out that rust doesnt go online if things are in the cache anyway. So this will work the same with or without --offline.
https://review.coreboot.org/c/flashrom/+/69770/comment/ba29e975_9ae407a1 PS1, Line 94: hash cargo && build_rust
when jenkins has cargo I would make this […]
Done