Skip to content

Commit e830498

Browse files
shanduurmx-psi
andauthored
Add riscv64 arch (#13458)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description New Tier 3 platform: `riscv64` architecture is now included, allowing the collector to be built and distributed for this platform. <!-- Issue number if applicable --> #### Link to tracking issue Fixes #13462 X-Ref: open-telemetry/opentelemetry-collector-releases#969 <!--Describe what testing was performed and which tests were added.--> #### Testing I’ve performed basic compilation as well as starting collector inside a linux/riscv64 container (`docker.io/riscv64/debian`). <!--Describe the documentation added.--> #### Documentation Added myself as a contact point to `platform-support.md` document. --------- Signed-off-by: Mateusz Urbanek <[email protected]> Co-authored-by: Pablo Baeyens <[email protected]>
1 parent cd5ca20 commit e830498

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed

.chloggen/rv64.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: enhancement
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
7+
component: architecture
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: New Tier 3 platform riscv64 allowing the collector to be built and distributed for this platform.
11+
12+
# One or more tracking issues or pull requests related to the change
13+
issues: [ 13462 ]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext:
19+
20+
# Optional: The change log or logs in which this entry should be included.
21+
# e.g. '[user]' or '[user, api]'
22+
# Include 'user' if the change is relevant to end users.
23+
# Include 'api' if there is a change to a library API.
24+
# Default: '[user]'
25+
change_logs: []

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ jobs:
254254
goarch: arm64
255255
- goos: linux
256256
goarch: ppc64le
257+
- goos: linux
258+
goarch: riscv64
257259
- goos: linux
258260
goarch: arm
259261
goarm: 7

.github/workflows/utils/cspell.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@
396396
"resourceprocessor",
397397
"resourcetolabel",
398398
"retryable",
399+
"riscv",
399400
"rpcz",
400401
"rrschulze",
401402
"runperf",
@@ -414,6 +415,7 @@
414415
"servicetest",
415416
"servicez",
416417
"sfixed",
418+
"shanduur",
417419
"sharedcomponent",
418420
"sigstore",
419421
"someclientid",

docs/platform-support.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Tier 3 platforms are currently:
6464
| linux/386 | [@andrzej-stencel](https://github.com/andrzej-stencel) |
6565
| linux/arm | [@Wal8800](https://github.com/Wal8800), [@atoulme](https://github.com/atoulme) |
6666
| linux/ppc64le | [@IBM-Currency-Helper](https://github.com/IBM-Currency-Helper), [@adilhusain-s](https://github.com/adilhusain-s), [@seth-priya](https://github.com/seth-priya) |
67+
| linux/riscv64 | [@shanduur](https://github.com/shanduur) |
6768
| linux/s390x | [@bwalk-at-ibm](https://github.com/bwalk-at-ibm), [@rrschulze](https://github.com/rrschulze) |
6869
| windows/386 | [@pjanotti](https://github.com/pjanotti) |
6970

0 commit comments

Comments
 (0)