Closed
Description
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.