Skip to content

CI - Build with more than 2 threads #3481

Description

@spencer-lunarg

I noticed in https://github.com/KhronosGroup/SPIRV-LLVM-Translator/blob/main/.github/workflows/check-in-tree-build.yml#L122

it has make llvm-spirv -j2

why is this only 2?

I was looking into how the various KhronosGroup repos are using our limited, shared Github CI minutes, the SPIRV-LLVM-Translator repo is among the most but understand it is a constantly and large contributed repo

I see the CI jobs take about 55 minutes, 50 of which are just building it, looking at the Linux build, I noticed it was only using 2 threads and should just use ninja or make llvm-spirv -j$(nproc)

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions