pingcap / pingcap/tidb

Allow own bazel remote cache and bazel config

Open Beginner friendly
#69,773 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.