I was looking at the repo layout of `pulumi-awsx` ...
# general
l
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
@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
@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