Skip to content
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

fix missing win32.aarch64 fragment in various p2.inf #1151

Merged

Conversation

chirontt
Copy link
Contributor

Especially for the org.eclipse.swt fragment host, the win32.aarch64 fragment entry in its p2.inf file would help in resolving the SWT classes required during compile of other modules (like eclipse.platform, eclipse.platform.ui, etc.) for the Windows on Arm64 platform.

Copy link
Contributor

github-actions bot commented Mar 30, 2024

Test Results

   299 files  ±0     299 suites  ±0   5m 53s ⏱️ - 1m 26s
 4 100 tests ±0   4 092 ✅ ±0   8 💤 ±0  0 ❌ ±0 
12 212 runs  ±0  12 137 ✅ ±0  75 💤 ±0  0 ❌ ±0 

Results for commit 4e9d5a9. ± Comparison against base commit e703afe.

♻️ This comment has been updated with latest results.

Copy link
Member

@HannesWell HannesWell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed I forgot to change that in #1045, don't know why. So thank you for providing this fix!

There is only one build failure:

[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.7:compare-version-with-baselines (compare-attached-artifacts-with-release) on project org.eclipse.swt.examples.ole.win32:
Only qualifier changed for (org.eclipse.swt.examples.ole.win32/3.109.0.v20240330-2225). Expected to have bigger x.y.z than what is available in baseline (3.109.0.v20231214-1947) -> [Help 1]

This can be fixed by simplify changing the Bundle-Version of org.eclipse.swt.examples.ole.win32 to 3.109.100.qualifier.

@chirontt chirontt force-pushed the win32_aarch64_fragment_missing branch from ceda7be to 4e9d5a9 Compare March 31, 2024 23:38
@chirontt
Copy link
Contributor Author

This can be fixed by simplify changing the Bundle-Version of org.eclipse.swt.examples.ole.win32 to 3.109.100.qualifier.

Yes, PR updated, thanks.

Copy link
Member

@HannesWell HannesWell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@HannesWell HannesWell merged commit 182518f into eclipse-platform:master Apr 1, 2024
10 of 13 checks passed
@chirontt chirontt deleted the win32_aarch64_fragment_missing branch April 1, 2024 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants