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

When using a `version_file` we don't trim the version mentioned inside the file. Some of the IDEs are configured to put new line on file save by default, in those...

The line below creates issue for exports since this is not handled while packaging: https://github.com/vaticle/bazel-distribution/blob/3729c309c6eb34ff5280ca071e5bc281c04715d8/maven/rules.bzl#L211 An example where this breaks is `@io_grpc_grpc_java//stub:javax_annotation` https://github.com/grpc/grpc-java/blob/master/stub/BUILD.bazel Here I get the above error: ```...

Hello I am new to maven as well as bazel I am currently working on a POC to check how we can build and deploy java maven monorepo structure repositories...

status: blocked

Because of the changes noted in https://github.com/vaticle/bazel-distribution/pull/372, we no longer have a consistent behaviour: NPM deployment works either with username/password OR tokens depending on the environment variables provided. To attempt...

Looks like this repo haven't adopted `bzlmod` the new feature yet. Please refer to: https://bazel.build/external/overview#bzlmod Since we plan to use `bzlmod` for external dependency management, is it possible to add...

## Problem to Solve To make a consistent API within this repository, we can create a variant of `@io_bazel_rules_docker//container:container.bzl`'s `container_push` which instead of taking a `tag` argument, reads from the...

type: refactor
priority: medium

## Problem to Solve Assembly rules often depend on other assembly rules - for example a `targz` assembly may depend on building JARs to package internally. Most assembly rules take...

type: feature
status: blocked
priority: low

`doxygen_docs` is not hermetic, the software that uses this rule requires an extra `doxygen` setup, and it is a bad smell overall. We want to make this rule hermetic and...

## What is the goal of this PR? Be able to pass twine args eg `--skip-existing` , "--non-interactive" ## What are the changes implemented in this PR? Pass twine publish...