Skip to content

Fix Linux armv6 build on runtime-community.yml#74757

Merged
akoeplinger merged 2 commits into
dotnet:mainfrom
akoeplinger:community
Aug 30, 2022
Merged

Fix Linux armv6 build on runtime-community.yml#74757
akoeplinger merged 2 commits into
dotnet:mainfrom
akoeplinger:community

Conversation

@akoeplinger

@akoeplinger akoeplinger commented Aug 29, 2022

Copy link
Copy Markdown
Member

Add missing HOST_ARM define to armv6 in configurecompiler.cmake, it was missed in #73530, before that we defined HOST_ARM for armv6 in pal.h too because of defined(__arm__)

We also only need the clr.iltools+clr.packages subset, not all of CoreCLR.

Also fix some dependencies that weren't working for FreeBSD since we missed the local variables. We don't need installer subset conditions there but we need to trigger on rolling builds.

We only need the `clr.iltools+clr.packages` subset, not all of CoreCLR.

Also fix some dependencies that weren't working for FreeBSD since we missed the local variables. We don't need installer subset conditions here.
@ghost

ghost commented Aug 29, 2022

Copy link
Copy Markdown

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.

@akoeplinger

Copy link
Copy Markdown
Member Author

/azp run runtime-community

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@ghost

ghost commented Aug 30, 2022

Copy link
Copy Markdown

Tagging subscribers to this area: @directhex
See info in area-owners.md if you want to be subscribed.

Issue Details

We only need the clr.iltools+clr.packages subset, not all of CoreCLR.

Also fix some dependencies that weren't working for FreeBSD since we missed the local variables. We don't need installer subset conditions there but we need to trigger on rolling builds.

Author: akoeplinger
Assignees: akoeplinger
Labels:

area-Infrastructure-mono

Milestone: -

It was missed in dotnet#73530, before that we defined `HOST_ARM` for armv6 in pal.h too because of `defined(__arm__)`
@akoeplinger

Copy link
Copy Markdown
Member Author

/azp run runtime-community

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@akoeplinger akoeplinger merged commit cfd6cd1 into dotnet:main Aug 30, 2022
@akoeplinger akoeplinger deleted the community branch August 30, 2022 18:14
@ghost ghost locked as resolved and limited conversation to collaborators Sep 29, 2022
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.

3 participants