Skip to content

build --issues is not deterministic #515

@caugner

Description

@caugner
% cargo --quiet run --release build --issues issues-1.json 
Building everything 🛠️
Took:  632.903ms for reading 14076 docs
Took:   30.427ms to build spas (12)
Took:    12.628s to build content docs (14076)
Took:   27.699ms to build search index
Found 3216 issues in 848 of 14088 files

% cargo --quiet run --release build --issues issues-2.json
Building everything 🛠️
Took:  625.342ms for reading 14076 docs
Took:   60.642ms to build spas (12)
Took:     9.873s to build content docs (14076)
Took:   32.231ms to build search index
Found 3216 issues in 848 of 14088 files

% diff issues-1.json issues-2.json

Expected: Both issues files to be identical

Actual: Diff has 106,056 lines.

Metadata

Metadata

Assignees

Labels

p1We will address this soon and will provide capacity from our team for it in the next few releases.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions