Tried to set properties for non-existent exec group 'cpp_link'. #13438
Labels
P3
We're not considering working on this, but happy to review a PR. (No assignee)
stale
Issues or PRs that are stale (no activity for 30 days)
team-Rules-CPP
Issues for C++ rules
type: bug
Description of the problem / feature request:
Attempting to set exec_properties for the group
cpp_link
forcc_binary
,cc_library
, andcc_test
rules does not appear to work. The docs at https://docs.bazel.build/versions/master/exec-groups.html#execution-groups-for-native-rules indicate that this group should be defined by native rules.Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
What operating system are you running Bazel on?
Ubuntu 18.04.
What's the output of
bazel info release
?Also tried with a recent build on master using commit f6cce24 , built with
bazel build //src:bazel
What's the output of
git remote get-url origin ; git rev-parse master ; git rev-parse HEAD
?Have you found anything relevant by searching the web?
Not specific to the group
cpp_link
, but there's some discussion of the implementation of the grouptest
on #10799 which I only got to work on master, not version 4.0.0The text was updated successfully, but these errors were encountered: