Skip to content

Commit

Permalink
Remove workspace for now
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Feb 24, 2021
1 parent fce5dcb commit 8732e93
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions build/bazel/remote/execution/v2/remote_execution.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1695,17 +1695,13 @@ message RequestMetadata {
// There is no standard agreed set of values for this, and they are expected to vary between different client tools.
string action_mnemonic = 5;

// A namespace within which the build was performed, for instance a repository/workspace name.
// There are no guarantees that these are globally unique, e.g. two users may create namespaces with the same name.
string invocation_namespace_id = 6;

// An identifier for the target, unique within the invocation_namespace_id, which produced this action.
// An identifier for the target which produced this action.
// No guarantees are made around how many actions may relate to a single target.
string target = 7;
string target = 6;

// An identifier for the configuration in which the target was built,
// e.g. for differentiating building host tools or different target platforms.
// There is no expectation that this value will have any particular structure,
// or equality across invocations, though some client tools may offer these guarantees.
string configuration_id = 8;
string configuration_id = 7;
}

0 comments on commit 8732e93

Please sign in to comment.