@wide-energy-11069 Bazel's view is super different internally and externally.
Internally there is one platform, so native things Just Work, and anything that can be built from source is. Platform doesn't form part of a cache key because one platform.
Externally, the approach is shrug work it out yourselves.
đ 1
a
aloof-angle-91616
08/04/2018, 6:04 PM
this is a little why i was excited to fix the problem from the complete opposite direction
aloof-angle-91616
08/04/2018, 6:05 PM
because âwe only care about one platformâ is so classic google it makes me feel like it invalidates all their good open source work when important parts get shafted
aloof-angle-91616
08/04/2018, 6:05 PM
phew
aloof-angle-91616
08/04/2018, 6:05 PM
person opinions only sorry
a
average-vr-56795
08/04/2018, 11:24 PM
I get where you're coming from, but also not needing to worry about multiple platforms is really nice. It's also why people are starting to docker all the things - that's just bundling up your one platform