missing build dependencies in the rust build #19714
Labels
Area: build system
Area: Build system
Area: Rust
Area: Rust wrapper
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
Description
preprocessor_successor.h
is an auto generated header file included by e.g.auto_init_utils.h
. Hence, it must be generated before any C code is processed. Therefore, it is added toBUILDDEPS
Steps to reproduce the issue
Run a rust build with many jobs.
Expected results
The build succeeds, no race conditions in the build process.
Actual results
Versions
Current master, see https://ci.riot-os.org/details/b083b1ea3ed14081a7ae5f3ac9f38cf4
The text was updated successfully, but these errors were encountered: