dropbox / dbx_build_tools

Dropbox's Bazel rules and tools
Other
209 stars 37 forks source link

How do I build a distribution archive (archive/master.tar.gz)? #39

Closed jmyounker closed 3 years ago

jmyounker commented 3 years ago

I'd like to add support for OSX x86-64.

To start, I want to introduce a change and then package that change into the file archive/master.tar.gz. I would assume there is a target, but I haven't been able to find it so far.

How do I build the distribution archive?

jhance commented 3 years ago

That isn't built with bazel, its built with the command git archive presumably.