Projects
Eulaceura:Factory
flink
_service:obs_scm:1000-Add-protoc-java-support-f...
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:obs_scm:1000-Add-protoc-java-support-for-riscv64.patch of Package flink
From 2c52801962444baa444401b8fafd09bd6cfab92b Mon Sep 17 00:00:00 2001 From: Dingli Zhang <dingli@iscas.ac.cn> Date: Thu, 9 May 2024 00:02:35 +0800 Subject: [PATCH] Add support for riscv64 --- src/main/java/com/github/os72/protocjar/PlatformDetector.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/java/com/github/os72/protocjar/PlatformDetector.java b/src/main/java/com/github/os72/protocjar/PlatformDetector.java index 7a99348..b8f08e5 100644 --- a/src/main/java/com/github/os72/protocjar/PlatformDetector.java +++ b/src/main/java/com/github/os72/protocjar/PlatformDetector.java @@ -211,6 +211,9 @@ private static String normalizeArch(String value) { if ("ppc64le".equals(value)) { return "ppcle_64"; } + if ("riscv64".equals(value)) { + return "riscv64"; + } if ("s390".equals(value)) { return "s390_32"; }
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2