Skip to content

Commit

Permalink
bazel: Use --experimental_allow_tags_propagation (envoyproxy#18913)
Browse files Browse the repository at this point in the history
This allows tags to influence execution requirements. There is already one use of `no-remote` in this repo, but this is also needed by envoy-mobile, so I thought it was best to add here.

Signed-off-by: Brentley Jones <brentleyjones@lyft.com>
  • Loading branch information
brentleyjones authored Nov 12, 2021
1 parent 4020319 commit cf8ac30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ build --host_javabase=@bazel_tools//tools/jdk:remote_jdk11
build --javabase=@bazel_tools//tools/jdk:remote_jdk11
build --enable_platform_specific_config

# Allow tags to influence execution requirements
common --experimental_allow_tags_propagation

# Enable position independent code (this is the default on macOS and Windows)
# (Workaround for https://github.com/bazelbuild/rules_foreign_cc/issues/421)
build:linux --copt=-fPIC
Expand Down

0 comments on commit cf8ac30

Please sign in to comment.