dropbox / dbx_build_tools

Dropbox's Bazel rules and tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jmyounker opened this issue · comments

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?

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