Skip to content

coreclr not producing NuGet packages, core-setup not using built coreclr as a result. #699

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

Closed
pauldotknopf opened this issue Aug 21, 2018 · 4 comments
Labels
area-build Improvements in source-build's own build process

Comments

@pauldotknopf
Copy link

I noticed this:

<BuildArguments Condition="$(Platform.Contains('arm'))">$(BuildArguments) skipnuget cross -skiprestore cmakeargs -DFEATURE_GDBJIT=TRUE</BuildArguments>

The skipnuget causes the core-setup project to not find the coreclr nuget packages.

This causes the core-setup project to fetch the coreclr nuget packages from public feeds, instead of the one built locally.

Am I missing something?

@crummel
Copy link
Contributor

crummel commented Aug 21, 2018

Our ARM build isn't being kept up right now and likely doesn't even build without modifications. We have a couple of related issues: #324 and #655. This is definitely something we should fix when we do look at ARM again though, thanks!

@pauldotknopf
Copy link
Author

Out of curiosity, how do you guys currently deploy the ARM SDK? Does each repo produce NuGet packages in their own custom CI pipeline?

@crummel
Copy link
Contributor

crummel commented Aug 21, 2018

Yes, the individual repos have ARM builds. I don't think you'll be able to see the build itself, but you can see the status of core-sdk's ARM build on their readme, for instance: https://github.com/dotnet/core-sdk.

@crummel crummel added the area-build Improvements in source-build's own build process label Aug 21, 2018
@dagood dagood mentioned this issue Oct 1, 2018
7 tasks
@MichaelSimons
Copy link
Member

[Triage] Arm64 is officially supported. This issue is very old. If you are still having troubles building on ARM, please open a new issue with the current problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-build Improvements in source-build's own build process
Projects
None yet
Development

No branches or pull requests

4 participants