https://pulumi.com logo
l

limited-rainbow-51650

07/18/2019, 8:31 PM
I was looking at the repo layout of
pulumi-awsx
and
pulumi-eks
to see what could be reused for my own pulumi modules/packages. I found out the build setup is based on Makefiles. With Bazel Build (https://bazel.build/) these days, it’s fairly easy to create re-usable build rules which means that replicating a build setup shouldn’t have Makefiles duplicated. Any specific reason for this old-fashioned (😄) build tooling?
b

broad-dog-22463

07/19/2019, 3:30 PM
@limited-rainbow-51650 I wanted to use Please (a Bazel type system) but it doesn't support Windows. Does Bazel support Windows?
that's a big requirement for us
l

limited-rainbow-51650

07/20/2019, 9:46 AM
@broad-dog-22463 I’m not a Windows user myself, but from the website I would take that Windows indeed is supported: https://docs.bazel.build/versions/master/install-windows.html