Skip to content

Remove IsRuntimeRepository checks#43

Merged
ViktorHofer merged 4 commits intodotnet:masterfrom
ViktorHofer:RemoveRuntimeChecks
Nov 15, 2019
Merged

Remove IsRuntimeRepository checks#43
ViktorHofer merged 4 commits intodotnet:masterfrom
ViktorHofer:RemoveRuntimeChecks

Conversation

@ViktorHofer
Copy link
Copy Markdown
Member

No description provided.

@ViktorHofer ViktorHofer requested review from safern and trylek November 14, 2019 18:12
@ViktorHofer ViktorHofer self-assigned this Nov 14, 2019
@ViktorHofer ViktorHofer added area-Infrastructure NO-MERGE The PR is not ready for merge yet (see discussion for detailed reasons) labels Nov 14, 2019
@ViktorHofer
Copy link
Copy Markdown
Member Author

We should wait with merging this until we have better CI coverage.

Copy link
Copy Markdown
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.

I love so much red. FWIW there's one more bit like this in

- ${{ if not(startsWith(variables['Build.DefinitionName'], 'runtime')) }}:

I don't insist on removing it in this particular change though.

Thanks

Tomas

@ViktorHofer
Copy link
Copy Markdown
Member Author

Thanks, I updated the PR.

@ViktorHofer ViktorHofer removed the NO-MERGE The PR is not ready for merge yet (see discussion for detailed reasons) label Nov 14, 2019
@ViktorHofer
Copy link
Copy Markdown
Member Author

Somebody please merge this PR later if you think that CI results are expressive enough.

@trylek
Copy link
Copy Markdown
Member

trylek commented Nov 14, 2019

The one libraries bug looks like something Viktor fixed independently (@wfurt's incomplete checkin of the serial port freebsd changes into the coreclr repo right before the migration) so hopefully this is just a job ordering issue and should end up green once merged.

@safern
Copy link
Copy Markdown
Member

safern commented Nov 15, 2019

The installer failure is the regression caused in arcade for windows pdbs.

The coreclr failures are similar to:

System.IO.FileLoadException: Could not load file or assembly 'Interop.StructPacking.XUnitWrapper, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. An operation is not legal in the current state. (0x80131509 (COR_E_INVALIDOPERATION))

System.IO.FileLoadException: Could not load file or assembly 'JIT.SIMD.XUnitWrapper, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. An operation is not legal in the current state. (0x80131509 (COR_E_INVALIDOPERATION))

The libraries failure should be fixed by: #53

@trylek do the coreclr failures look familiar? I guess we can merge this.

@ViktorHofer
Copy link
Copy Markdown
Member Author

Yes that failure is undeterministic failure that we are currently trying to diagnose.

@ViktorHofer ViktorHofer merged commit d8f6d63 into dotnet:master Nov 15, 2019
@ViktorHofer ViktorHofer deleted the RemoveRuntimeChecks branch November 15, 2019 00:50
MichalStrehovsky added a commit to MichalStrehovsky/runtime that referenced this pull request Aug 11, 2020
* Copy build task over from CoreRT repo

At CoreRT commit b48a58e6facdda7f50f9256e0d9d6a209473132f.

* Hook up ILCompiler.Build.Tasks to build

Co-authored-by: dotnet-bot <dotnet-bot@microsoft.com>
@karelz karelz added this to the 5.0.0 milestone Aug 18, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 11, 2020
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.

5 participants