Closed erik-nymi closed 5 years ago
I added a note to the README about compiler_builtins
: https://github.com/ctron/rust-esp-container
Note: I recently noticed an issue compiling the compiler_builtins
. It looks like some newly introduced issue.
The workaround is to switch back to an older version of compiler_builtins
in Xargo.toml
:
[dependencies]
compiler_builtins = { version = "=0.1.16" }
I was able to resolve this myself. I think I missed a step.
Running on MacOS host...
I keep running into this problem when running
build-project
:docker run -ti -v $PWD:/build quay.io/ctron/rust-esp:latest
I'm not sure if it's my environment or if I missed a step. My project is a clone of your template.