Revert "scripts: west build: default build.pristine to auto"
This reverts commit c505ca38cf.
Fixes: #31358
Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
5723f381e9
commit
c19c6fb438
@ -150,7 +150,7 @@ class Build(Forceable):
|
||||
pristine = args.pristine
|
||||
else:
|
||||
# Load the pristine={auto, always, never} configuration value
|
||||
pristine = config_get('pristine', 'auto')
|
||||
pristine = config_get('pristine', 'never')
|
||||
if pristine not in ['auto', 'always', 'never']:
|
||||
log.wrn(
|
||||
'treating unknown build.pristine value "{}" as "never"'.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user