Skip to content

Remove cross-compilation & use native runners with different architectures #31

@tothambrus11

Description

@tothambrus11

Currently, the arm64 linux jobs are failing because they need to execute llvm-config. The runner is x86 while we are cross-compiling to arm64, so the process fails to run.

Github has runners on both x86 and arm64 architectures, so we could just use that instead of cross-compiling. Then we could directly call llvm-config inside the runner.

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