[ARM/CI] Fix arm32 CI git check failure #9798
+4
−2
0 of 13 checks passed
Linux ARM Emulator Cross Debug Build
Build finished.
Details
Linux ARM Emulator Cross Release Build
Build finished.
Details
CentOS7.1 x64 Debug Build and Test
Started.
Details
FreeBSD x64 Checked Build
Started.
Details
OSX x64 Checked Build and Test
Started.
Details
Ubuntu x64 Checked Build and Test
Started.
Details
Ubuntu x64 Formatting
Started.
Details
Windows_NT arm Cross Debug Build
Started.
Details
Windows_NT arm Cross Release Build
Started.
Details
Windows_NT x64 Debug Build and Test
Started.
Details
Windows_NT x64 Formatting
Started.
Details
Windows_NT x64 Release Priority 1 Build and Test
Started.
Details
Windows_NT x86 Checked Build and Test
Started.
Details
|
@hqueue Thank you for working through this! |
|
@jkotas No problem :) |
|
The updated netci.groovy is only picked up by new PRs. The usual trick is to close the PR and immediately reopen it - it will cause a new netci.groovy to be picked up. I have done it in #9788. Unfortunately, it looks like it is still failing later. From https://ci.dot.net/job/dotnet_coreclr/job/master/job/arm_emulator_cross_debug_ubuntu_prtest/3312/console
|
|
@jkotas I've re-triggered failed arm32 CI for other PRs. Thank you for merging quick fixes :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because layout in corefx binary has been changed recently, it causes arm CI failure.
This is a part of #9445 which contains huge change in arm CI.
BTW #9445 can not be merged yet, since discussion for new arm CI is not done at dotnet/core-setup#790