Build system: a Makefile
CI/CD pipeline: the same Makefile, but running on someone else's server
Why are you making this so hard for yourselves? And no, you don't need Kubernetes. Yes, I'm talking to you. Just put it down already. Stop it. Stop it!
@tastapod does configuring the build process always take at least twice the time and effort of actually writing the code, regardless of platform and language, or is it just me
@toni @tastapod when I started with Rust, I was delighted that `cargo run` just works... ok, but just tweak build.rs to compile the static dependencies as optimised release but the code under development as debug... oh, embedded work for an ESP32? you want WSL then... oh and you'll need to figure out which dependencies from the Espressif framework you'll need to install...
it's still a whole lot better than rushing into C++ plugins for flight simulators without pausing to learn the fundamentals of how a dynamic library works, though
everyone always forgets the "learn" part of the line.
@mrcopilot @toni @tastapod I get knocked down, but I get up again, but I get knocked down, again, but I get up again