bazelembedded / bazel-embedded

Tools for embedded/bare-metal development using bazel
https://www.nb.rough.run/tags/bazel/
MIT License
103 stars 31 forks source link

Fixes command line length too long for Windows #68

Open willtoth opened 1 year ago

willtoth commented 1 year ago

This commit adds support for param files. This is important for Windows since even the most basic STM32Cube project ends up with more lines than Windows supports.

willtoth commented 1 year ago

Separating out the features from #27 to merge individually

nathaniel-brough commented 1 year ago

Sorry, I'm unsure what the issue is with the CI it's seemingly getting queued but then timing out. I'll take a better looking at this on my local machine sometime over the next week.