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

Clean-up and simplify LinuxPasswordProvider and WinCrypto #563

Merged

Conversation

HannesWell
Copy link
Member

@HannesWell HannesWell commented Mar 24, 2024

And remove 'arch' attribute of 'o.e.equinox.security.linux' in the 'o.e.equinox.core.sdk' feature to reflect that the fragment is architecture-independent.

Copy link

github-actions bot commented Mar 24, 2024

Test Results

   28 files  ±0     28 suites  ±0   11m 25s ⏱️ -1s
2 170 tests ±0  2 124 ✅ ±0  46 💤 ±0  0 ❌ ±0 
2 242 runs  ±0  2 196 ✅ ±0  46 💤 ±0  0 ❌ ±0 

Results for commit f97226b. ± Comparison against base commit 1b16627.

♻️ This comment has been updated with latest results.

And remove 'arch' attribute of 'o.e.equinox.security.linux' in the
'o.e.equinox.core.sdk' feature to reflect that the fragment is
architecture-independent.
@@ -10,5 +10,4 @@ Bundle-Localization: fragment
Eclipse-PlatformFilter: (osgi.os=linux)
Export-Package: org.eclipse.equinox.internal.security.linux;x-internal:=true
Automatic-Module-Name: org.eclipse.equinox.security.linux
Eclipse-BundleShape: dir
Copy link
Member Author

Choose a reason for hiding this comment

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

Adding this in fdebce6, was actually not necessary since this fragment does not contain any native code anymore.

@HannesWell HannesWell merged commit a90c944 into eclipse-equinox:master Mar 24, 2024
27 of 28 checks passed
@HannesWell HannesWell deleted the cleanup_password-providers branch March 24, 2024 16:45
@chirontt
Copy link

And remove 'arch' attribute of 'o.e.equinox.security.linux' in the 'o.e.equinox.core.sdk' feature to reflect that the fragment is architecture-independent.

Should apply this 'arch' removal to the p2's org.eclipse.equinox.p2.core.feature's feature.xml too:

https://github.com/eclipse-equinox/p2/blob/5db605c0ded66b1c4f22e914472bd4bcc5a29637/features/org.eclipse.equinox.p2.core.feature/feature.xml#L119

@HannesWell
Copy link
Member Author

And remove 'arch' attribute of 'o.e.equinox.security.linux' in the 'o.e.equinox.core.sdk' feature to reflect that the fragment is architecture-independent.

Should apply this 'arch' removal to the p2's org.eclipse.equinox.p2.core.feature's feature.xml too:

See eclipse-equinox/p2#492 :)

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