Yannic

Results 49 issues of Yannic

A common use-case for `buildozer 'substitute ...'` is to move everything in a package to a different package (e.g. mapping packages from `//...` to `//third_party/project/...` during Copybara import). However, some...

cla: yes

If enabled, only the top-level directories will be uploaded as inputs, so the remote action will see an empty directory under `node_modules` and fail. ## PR Checklist Please check if...

With this change, `rules_foreign_cc` respects the value from `--xcode_version` and doesn't rely on the user's default Xcode being the one that's used.

It would be great if `bazel-remote` had support for storing `AC` artifacts in a different directory (possibly different filesystem) than `CAS` artifacts. This would allow storing the small `AC` on...

It would be great if we could add a way to use this cache as a library (i.e. to make integration into existing projects easier). As a side effect, this...

Starting with Bazel 1.0 (September 2019), Python rules will need to be loaded from the @rules_python repository. https://github.com/bazelbuild/bazel/issues/9006

It would be great if skylib had a rule similar to `copy_file` that, instead of manually copying the file, uses `ctx.actions.symlink` (since Bazel 3.2). This could be either implemented as...

This change adds a flag to google-java-format-diff.py to verify that a diff is formatted instread of reformating the files. Useful to enforce a styleguide as part of presubmit checks.

cla: yes

Fixes https://github.com/hashicorp/terraform-provider-google/issues/11148 ```release-note:enhancement Allow setting source_location in google_compute_image ```

Hello maintainers of cartographer 👋, The Bazel team is in progress of migrating the native Protobuf rules to Starlark. As a first step towards this goal, starting with Bazel 3.0,...