Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

[master] Updating CoreFx, CoreClr, Standard to beta-25022-02, beta-25101-04, beta-25101-03 respectively #1604

Merged
merged 2 commits into from
Mar 1, 2017

Conversation

dotnet-bot
Copy link

/cc @dotnet/core-setup-contrib

@dagood
Copy link
Member

dagood commented Mar 1, 2017

Auto-PR went through, triggered by a dotnet/standard build. @gkhanna79 @ericstj

@ericstj
Copy link
Member

ericstj commented Mar 1, 2017

@gkhanna79 it looks like the coreclr package runtime.win8-arm.Microsoft.NETCore.Runtime.CoreCLR.2.0.0-beta-25101-04 has a busted path for crossgen.exe.

Core-setup is expecting tools\x86_arm\crossgen.exe but the package has tools\x86_AnyCPU\crossgen.exe

@dagood
Copy link
Member

dagood commented Mar 1, 2017

That AnyCPU sounds like what I saw in dotnet/coreclr#9664. @chcosta

@ericstj
Copy link
Member

ericstj commented Mar 1, 2017

Yeah, I think that was a regression from dotnet/coreclr#9263 that was likely provoked by my feedback. @chcosta can you look into fixing up the value of CrossTargetComponentFolder in CoreCLR?

I'll put a workaround in place in this branch.

@ericstj ericstj force-pushed the UpdateDependencies20170301081800 branch from e7629a8 to c171cf2 Compare March 1, 2017 21:28
https://github.com/dotnet/coreclr/issues/9884 is causing crossgen.exe to be
in the wrong folder.
Temporarily pick it up from there until that issue is fixed.
@ericstj ericstj force-pushed the UpdateDependencies20170301081800 branch from c171cf2 to e8d784d Compare March 1, 2017 21:28
@ericstj ericstj merged commit 3d20341 into dotnet:master Mar 1, 2017
ridCrossgen = Path.Combine(crossgenPackagePath, "tools", "x64_arm64", $"crossgen{Constants.ExeSuffix}");
// workaround https://github.com/dotnet/coreclr/issues/9884
// ridCrossgen = Path.Combine(crossgenPackagePath, "tools", "x86_arm", $"crossgen{Constants.ExeSuffix}");
ridCrossgen = Path.Combine(crossgenPackagePath, "tools", "x86_AnyCPU", $"crossgen{Constants.ExeSuffix}");

This comment was marked as spam.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants