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

Build Alloy for linux/riscv64 #1526

Closed
wants to merge 1 commit into from
Closed

Conversation

macabu
Copy link

@macabu macabu commented Aug 23, 2024

PR Description

Builds binaries and OCI images for linux/riscv64. I was able to validate that the binary worked and was sending metrics to Loki (sample config).

user@bananapif3:~/Projects/alloy/dist$ file alloy-linux-riscv64
alloy-linux-riscv64: ELF 64-bit LSB executable, UCB RISC-V, RVC, double-float ABI, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-riscv64-lp64d.so.1, BuildID[sha1]=252737e53b37668ec9a2b5baad07bbe4ea82ef1f, for GNU/Linux 4.15.0, stripped

user@bananapif3:~/Projects/alloy/dist$ ldd alloy-linux-riscv64
	linux-vdso.so.1 (0x0000003f946d8000)
	libc.so.6 => /lib/riscv64-linux-gnu/libc.so.6 (0x0000003f94564000)
	/lib/ld-linux-riscv64-lp64d.so.1 (0x0000003f946da000)

Which issue(s) this PR fixes

Fixes #1036

Notes to the Reviewer

PR Checklist

  • CHANGELOG.md updated

@CLAassistant
Copy link

CLAassistant commented Aug 23, 2024

CLA assistant check
All committers have signed the CLA.

@@ -833,8 +850,3 @@ get:
path: infra/data/ci/github/updater-app
kind: secret
name: updater_private_key
---
Copy link
Author

Choose a reason for hiding this comment

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

I believe this should be regenerated by one of the maintainers? 🙈

@macabu macabu marked this pull request as ready for review August 23, 2024 08:06
@macabu
Copy link
Author

macabu commented Sep 2, 2024

Rabbit hole is deeper 😄 (closing for now)

@macabu macabu closed this Sep 2, 2024
@macabu macabu deleted the macabu/build-linux-riscv64 branch September 2, 2024 06:58
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add riscv binaries
2 participants