Closed qmonnet closed 2 weeks ago
Looks tricky though, it seems you can't pass any env variable through the config.toml
at the moment. I've used /root/.rustup/...
for the dev container so far, for what it matters.
Yeah, this is one of the things I'm working on to get this out of the "scratch" phase.
I think we just need to set RUSTFLAGS
in a build script because config.toml
just isn't going to work as far as I can see.
It is quite annoying because this leaves us with a harder IDE dev integration flow.
(sorry, closed issue by mistake)
Closing with #21 resolved
Two occurrences of
/home/dnoland/
are present in the cargo config file and need to be changed to something more generic, at some point.