You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config: remove fields not documented in config/README.md
Drops RepositoryConfig.FullHashRepos/ExcludedFiles/ExcludeExternalTargets/
StreamBazelLogs and ServiceConfig's settable WorkerRootPath override — none
are documented in config/README.md, and WorkerRootPath is now always
computed by Parse as workspaces_root_path/.workers rather than optionally
overridden. graphrunner/native.go's Bzlmod query construction is adjusted
so external-target querying no longer depends on the removed
ExcludeExternalTargets field.
Also fixes make test-integration on macOS: excludes @bazel_tools's
platform-specific files (e.g. a Windows-only test wrapper) from disk-based
hashing via RequestOptions.ExtraExcludeFilesRegex, since a prior config-side
exclusion (excluded_files) was just removed as undocumented.
0 commit comments