Build on Windows on Arm too in the Windows nightly#880
Build on Windows on Arm too in the Windows nightly#880jonathonpenix wants to merge 1 commit intoqualcomm:mainfrom
Conversation
.github/workflows/ci-win.yml
Outdated
| @@ -1,19 +1,30 @@ | |||
| name: Windows Nightly | |||
There was a problem hiding this comment.
Can you change the name accordingly to include Windows on ARM/Regular windows ?
There was a problem hiding this comment.
Sure. Looks like some tests are failing though, which is interesting.
I'm going to let the run finish before updating.
There was a problem hiding this comment.
Updated, hopefully this looks ok
.github/workflows/ci-win.yml
Outdated
|
|
||
| on: | ||
| # pull_request: {} # Uncomment only to test this WF file update. | ||
| pull_request: {} # Uncomment only to test this WF file update. |
There was a problem hiding this comment.
Please comment this before merge
There was a problem hiding this comment.
Went ahead and removed this now since I'm only changing the name.
|
clang++ : error : unsupported option '-fpic' for target 'x86_64-pc-windows-msvc' [C:\a\eld\eld\nightly\obj\tools\eld\test\check-eld-test-x86-default.vcxproj] |
|
Oh, x86/Arm builds agree on failures at least (and it matches the current nightly) so I guess that isn't so bad. Saving link to run before updating: https://github.com/qualcomm/cpullvm-toolchain/actions/runs/22433777813/job/64965506504?pr=203 |
cea03da to
3ad4cad
Compare
.github/workflows/ci-win.yml
Outdated
There was a problem hiding this comment.
Oh, yikes, this probably also needs to change I guess.
Will look at/fix this later.
3ad4cad to
fe5cd64
Compare
|
Test run with latest changes: https://github.com/qualcomm/eld/actions/runs/22966513252?pr=880 The failures match between the x86 and Arm64 runs and the failures are consistent with what is observed in eld's latest x86 Windows nightly (https://github.com/qualcomm/eld/actions/runs/22934436868/job/66562575650). So, calling these unrelated. |
Signed-off-by: Jonathon Penix <jpenix@qti.qualcomm.com>
fe5cd64 to
9f30fb4
Compare
No description provided.