<re_irc>
(asking because I should probably write this up and add it to the embedded book or something, so help writing the outline now would be appreciated :D)
oak- has joined #rust-embedded
<re_irc>
<mattjperez> Great thread! James Munns: On question 1, which is native?, if your intention is to stop further C development, would it be better to migrate the build system by switching to just/cargo/build.rs up-front?
<re_irc>
<mattjperez> Great thread! James Munns:
<re_irc>
On question 1, which is native?, if your intention is to stop further C development (but C is still the core logic), would it be better to migrate the build system by switching to just/cargo/build.rs up-front?
<re_irc>
<James Munns> Whew, that's a complicated "maybe" :D
<re_irc>
<James Munns> I might do that, but that's because I'm patently awful at any C/C++ build system. That being said, depending on what your plan for the project is, that might be a lot of work for relatively little impact.
<re_irc>
<James Munns> More details behind that suggestion: the hope is to get the build system into a shape where you're either building "all of rust as one staticlib", and using cmake or whatever to link that into your binary, OR try and build "all of C as one staticlib", and link that in from cargo or whatever.
hwj has quit [Ping timeout: 248 seconds]
causal has joined #rust-embedded
<re_irc>
<newam> github actions down for anyone else? status.github.com says it is fine, but its not triggering for me.
<re_irc>
<newam> Just want to double check before I hit "manually trigger" button a few times 😅
<re_irc>
<newam> Ah nevermind, it's back again
<re_irc>
<sourcebox> At this time of the day, it could take some take to start.
<re_irc>
<sourcebox> * time
<re_irc>
<newam> I should really switch to some self-hosted CI for speed but security with that is real difficult :|