Skip to content

Conversation

@sbomer
Copy link
Member

@sbomer sbomer commented Apr 17, 2023

Fixes #84949.

#84148 broke the outerloop R2R jobs, because the x64 musl build became a cross build, but the R2R test compilation did not use the x64 glibc hosted crossgen2.

Validated by running the failing build command

./src/tests/build.sh generatelayoutonly -log:Layout  crossgen2 checked x64 -cross priority1  /p:LibrariesConfiguration=Release \

locally in the mariner build image. I observed the same failure as in ci, and validated that this fixed it.

@sbomer
Copy link
Member Author

sbomer commented Apr 17, 2023

/azp run runtime-coreclr outerloop

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Member

@trylek trylek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Beautiful, thanks Sven for the super fast turnaround in providing the fix!

@sbomer sbomer merged commit 01a615d into dotnet:main Apr 18, 2023
@ghost ghost locked as resolved and limited conversation to collaborators May 18, 2023
@sbomer sbomer deleted the fixR2RTestBuild branch November 3, 2023 18:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Linux musl x64 build break apparently due to some libc version mismatch (high priority as it is blocking clean CI)

2 participants