ctron / rust-esp-container

Container image with pre-built rust compiler for ESP32/ESP8266
Eclipse Public License 2.0
184 stars 20 forks source link

Shallow checkouts of llvm-xtensa/llvm-clang, no warnings during build #5

Closed 0rvar closed 4 years ago

0rvar commented 5 years ago

This seems to speed up the llvm step of the docker build quite a bit, and avoids flooding the build log with C++ warnings

ctron commented 5 years ago

This is a great idea! Thanks! … I cherry-picked it on the develop branch, the build is running and should end up together with #8 on quay (tagged :develop) in a few hours. If that works, I will merge both PRs on the master branch.

phrohdoh commented 4 years ago

Any update on this?

ctron commented 4 years ago

This was manually merged on master. So this PR can be closed.