Skip to content

Package failures non-deterministic #16

@Ham22

Description

@Ham22

Currently we run a full package build with something like this because multi-threaded builds some times fail so we give it another chance single threaded:
make -j8 IGNORE_ERRORS=m || make -j1 IGNORE_ERRORS=m V=s

The problem is that depending on when the multithread build fails we have seen that different numbers of packages are being built successfully even on the same code base.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions