-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Update Linux/arm, Linux/arm64 cross containers to ones including pip3 #75167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Linux/arm, Linux/arm64 cross containers to ones including pip3 #75167
Conversation
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
Enables #74961 to upload collections for Linux/arm, Linux/arm64. |
@kunalspathak @dotnet/jit-contrib PTAL |
Discussion about the failures here is over in dotnet/dotnet-buildtools-prereqs-docker#681 Namely, the docker images named in this PR aren't quite right. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Latest tags are always published at https://github.com/dotnet/versions/blob/main/build-info/docker/image-info.dotnet-dotnet-buildtools-prereqs-docker-main.json, you can search for 18.04/cross/arm/
and arm64/ to find the tags.
(we also have Ubuntu 22.04 cross images with llvm 15 final toolchain released today)
Thanks, @am11. However, it appears the official build which publishes these Docker images did not succeed the last build (it appears it was manually canceled), and that last build is the one with my changes. |
6ed1cca
to
2053ec0
Compare
Unrelated:
|
"Libraries Test Run release mono Linux arm64 Debug" failure is #74795 |
@dotnet/jit-contrib Can I get a review on this? Once this is merged, it should allow the new SuperPMI coreclr tests "run" collection to succeed on Linux/arm and Linux/arm64. |
Anyone? |
Curious, where do you get the version |
After a change to https://github.com/dotnet/dotnet-buildtools-prereqs-docker is merged, an internal build happens that updates https://github.com/dotnet/versions/blob/main/build-info/docker/image-info.dotnet-dotnet-buildtools-prereqs-docker-main.json with the new container IDs. |
Pick up dotnet/dotnet-buildtools-prereqs-docker#681