aspect-build / aspect-workflows-template

Scaffolding to create an Aspect-flavored Bazel workspace
https://docs.aspect.build
2 stars 1 forks source link

[FR]: Add C++ #101

Closed alexeagle closed 2 months ago

alexeagle commented 2 months ago

What is the current behavior?

Missing from the options in aspect init

Describe the feature

kylecordes commented 2 months ago

bazel-contrib/toolchains_llvm appears to be quite easy to bring in nowadays. Auto-generating things that way certainly presents a usage pattern closer to the ideal world than starting with the locally installed platform CC. Of course, there is always the trade-off between the idealized future state vs matching common current practice.

alexeagle commented 2 months ago

This repo is very much "ideal future state that we would be happy putting the Aspect brand on", which means it has to be a lot better than Bazel is today :)

alexeagle commented 2 months ago

Done in #116