Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 638 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 638 Bytes

Bazel package building

Bazel rules for building tar, zip, deb, and rpm for packages.

Use [email protected] for discussion.

CI: Build status

Basic rules

Package building rules

  • pkg - Rules for building packages of various types.

Bazel now uses this rule set for packaging its distribution. Bazel still contains a limited version of pkg_tar but its feature set is frozen. Any new capabilities will be added here.