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

Add constant for riscv64 architecture in Platform class #1575

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

HannesWell
Copy link
Member

@HannesWell HannesWell commented Oct 1, 2024

As @merks pointed out, we should add a riscv64 constant in the Platform class, that that this architecture is now supported on Linux.

Part of eclipse-platform/eclipse.platform.releng.aggregator#2310
@yuzibo FYI

Copy link
Contributor

github-actions bot commented Oct 1, 2024

Test Results

 1 758 files  ±0   1 758 suites  ±0   1h 26m 50s ⏱️ - 13m 53s
 4 170 tests ±0   4 148 ✅ ±0   22 💤 ±0  0 ❌ ±0 
13 107 runs  ±0  12 943 ✅ ±0  164 💤 ±0  0 ❌ ±0 

Results for commit 999f708. ± Comparison against base commit c25f2b7.

@HannesWell HannesWell merged commit 916d7f2 into eclipse-platform:master Oct 2, 2024
17 checks passed
@HannesWell HannesWell deleted the add-riscv64-arch branch October 2, 2024 17:47
@@ -409,6 +409,15 @@ public static boolean isMac() {
*/
public static final String ARCH_AARCH64 = "aarch64";//$NON-NLS-1$

/**
* Constant string (value {@code aarch64} indicating the platform is running on
Copy link
Member Author

Choose a reason for hiding this comment

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

The value of course should have been riscv64. This is fixed in

@yuzibo
Copy link

yuzibo commented Oct 4, 2024

Thanks!

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.

2 participants