Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proto: update proto from Bazel upstream #5122

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

sluongng
Copy link
Contributor

These proto files are taken from commit
bazelbuild/bazel@76117b4

Highlight:

These proto files are taken from commit
bazelbuild/bazel@76117b4

Highlight:

- Inclusion of ActionCacheStatistics in build_event_stream
  bazelbuild/bazel#17615

- Explicit Execution phase timing (in prepare for Skymeld)
  bazelbuild/bazel@be63eee

- If `--noallow_analysis_cache_discard` is set, BuildFinished may
  contains FailureDetails -> CONFIGURATION_DISCARDED_ANALYSIS_CACHE.
  bazelbuild/bazel#16805

- ExecRequest event is included for `bazel run`
  bazelbuild/bazel@9a047de

- TestProgress event is included for TestRunner action
  bazelbuild/bazel@d8b8ab0

- ActionExecuted now includes start/end time and strategy information
  bazelbuild/bazel@2ddacab
Comment on lines +34 to +43
// Reasons for not finding an action in the cache.
enum MissReason {
DIFFERENT_ACTION_KEY = 0;
DIFFERENT_DEPS = 1;
DIFFERENT_ENVIRONMENT = 2;
DIFFERENT_FILES = 3;
CORRUPTED_CACHE_ENTRY = 4;
NOT_CACHED = 5;
UNCONDITIONAL_EXECUTION = 6;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

!!!

@sluongng sluongng merged commit 3aee940 into master Oct 27, 2023
10 of 13 checks passed
@sluongng sluongng deleted the sluongng/update-proto-bazel-7 branch October 27, 2023 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants