Allow own bazel remote cache and bazel config
Open
Beginner friendly
type/enhancement
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
## Enhancement
The BAZEL_CMD_CONFIG is always set in Makefile.common, since it uses `:=` while if it was `?=` instead, it would only be set if not already set.
Contributor guide
Research direction
Open Makefile.common and inspect the definition of BAZEL_CMD_CONFIG, focusing on how its assignment handles an existing environment value. Change the assignment behavior so a user-provided value is preserved, then verify that an unset value still receives the project default.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 82/100