Skip to content

Support Linux/arm, Linux/arm64 in JIT rolling build #69807

Closed
@BruceForstall

Description

@BruceForstall

When the JIT rolling build was created (#42507), Linux/arm and Linux/arm64 builds were not enabled, with this comment (https://github.com/dotnet/runtime/blob/main/eng/pipelines/coreclr/jitrollingbuild.yml):

    # Currently, Linux arm/arm64 machines don't have the Python 'pip3' tool, nor the azure-storage-blob package that
    # is required to do the JIT upload to Azure Storage. Thus, these platforms are disabled. If we can figure out how
    # to get Python properly configured, then re-enable them.
    # - Linux_arm
    # - Linux_arm64

This was ok as native development on these platforms was not being done. To enable native development on these platforms (and thus use superpmi.py asmdiffs automatic baseline JIT downloads, for example), fix this.

Metadata

Metadata

Assignees

Labels

area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions