bazel-distribution icon indicating copy to clipboard operation
bazel-distribution copied to clipboard

Bazel rules for assembling and deploying software distributions (see @vaticle for usage example)

Results 46 bazel-distribution issues
Sort by recently updated
recently updated
newest added

Currently we only add the `deps`; the `proc_macro_deps` are ignored, meaning the crate fails to compile when imported via Cargo.

type: feature
priority: high
domain: crates

We forked `skydoc` (now called `stardoc`) a while ago due to an issue where Bazel can't see various dependencies that are `load(..)`ed whilst interpreting the `.bzl` files ([originally raised here](https://github.com/bazelbuild/skydoc/issues/166))....

type: bug
priority: high

## What is the goal of this PR? Allow for the release repo to be configured dynamically. With Maven Central, there is the opportunity to batch a release with a...

type: feature
domain: maven

## What is the goal of this PR? Support using GPG keys that are passphrase protected ## What are the changes implemented in this PR? Pulls passphrase from `DEPLOY_MAVEN_GPG_PASSPHRASE` environment...

type: feature
domain: maven

## What is the goal of this PR? Add publishing support for `android_library` targets (#233) ## What are the changes implemented in this PR? First, the rules, assemblers, and scripts...

## What is the goal of this PR? Support publishing to Maven Central again. Was originally done in #133, but the `developers` tag was never migrated to the maven rule...

## What is the goal of this PR? In a monorepo with many python packages, where each is individually published, the libraries might be a directory or two lower in...

## What is the goal of this PR? Produce pip distributions that aren't available to python 2 users (or any arbitrary python version) ## What are the changes implemented in...