bazelbuild / bazelbuild/continuous-integration

Provide a way to exclude specific target patterns from `build_targets`

Open
#779 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
302
Forks
194
Avg merge
1d 19h
Merged PRs (30d)
41

Description

I'd like to exclude my docs/ directory from `build_targets` because it depends on an unreleased bazel version to build (i.e., regenerate the documentation) successfully. Until that newer bazel is out I'm just relying on the custom bazel on my workstation and there's nothing for CI to check.

At the moment this means changing my `presubmit.yml` so instead of `build_targets` being `...` it enumerates every top-level directory *besides* docs/, which is error-prone.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.