Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: 6.08/00
-
Fix Version/s: 6.10/00
-
Component/s: Build System
-
Labels:None
-
Environment:
macos/ninja
-
Development:
Description
Hi,
Using the following flow, I can reproduce the 'rebuid after full build still compile more files' issue.
cd $SRC_DIR
|
git checkout 9e834aa
|
cd $BUILD_DIR
|
ninja; ninja; # second ninja to make sure it is really update to date.
|
cd $SRC_DIR
|
git checkout b457c77
|
ninja; # for me 'succesfully' builds 365 targets
|
ninja; # for me builds 426 *additional* targets
|
On my machine this is 100% reproduce-able.