-
Notifications
You must be signed in to change notification settings - Fork 12
Installs reth #44
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
Open
kenorb
wants to merge
2
commits into
master
Choose a base branch
from
dev-reth
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Installs reth #44
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Resolve the YAML line-length failures before merge.
Both changed lines exceed the enforced 120-character limit and currently fail pre-commit.
.ansible/playbooks/tasks/eget.yml#L104-L104: split the Reth mapping with a folded scalar..ansible/variables-example.yml#L173-L173: move the description to a separate comment or shorten it.🧰 Tools
🪛 GitHub Actions: Check / 0_check _ Pre-commit.txt
[error] 104-104: ansible-lint (yaml[line-length]) failed: Line too long (122 > 120 characters).
🪛 GitHub Actions: Check / check _ Pre-commit
[warning] 104-104: ansible-lint (yaml[line-length]) Line too long (122 > 120 characters).
🪛 GitHub Check: check / Pre-commit
[failure] 104-104: yaml[line-length]
Line too long (122 > 120 characters)
[warning] 104-104:
104:121 [line-length] line too long (122 > 120 characters)
📍 Affects 2 files
.ansible/playbooks/tasks/eget.yml#L104-L104(this comment).ansible/variables-example.yml#L173-L173🤖 Prompt for AI Agents
Sources: Linters/SAST tools, Pipeline failures
🎯 Functional Correctness | 🟠 Major | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: kenorb/dotfiles
Length of output: 267
🌐 Web query:
paradigmxyz reth GitHub releases ARM Linux x86_64 aarch64 assets💡 Result:
The paradigmxyz/reth project provides pre-built binaries for its releases on GitHub, which include assets for both Linux (x86_64 and aarch64) and macOS (aarch64) [1][2]. As of the latest releases (e.g., v2.4.1), the following Linux assets are typically provided in the GitHub release attachments: x86_64: reth-v-x86_64-unknown-linux-gnu.tar.gz [1][2] aarch64: reth-v-aarch64-unknown-linux-gnu.tar.gz [1][2] Each binary archive is accompanied by a PGP signature file (with a.asc extension) to verify its authenticity [1][2]. The project also publishes container images via the GitHub Container Registry (ghcr.io/paradigmxyz/reth) as an alternative to downloading static binaries [1][2]. Users should refer to the official documentation at reth.rs/installation/binaries for detailed instructions on verification and installation [1][2]. Note that Windows support was removed in earlier versions [3].
Citations:
🏁 Script executed:
Repository: kenorb/dotfiles
Length of output: 17413
Fail when installing Reth on 32-bit ARM.
rethis included in the default package list, and this mapping falls back toarm-unknown-linux-gnu.tar.gzfor 32-bit ARM, but Reth releases provide Linux binaries only forx86_64andaarch64. Fail explicitly whenrethis requested witheget_arch == 'arm', or omit it from that architecture’s package set.🧰 Tools
🪛 GitHub Actions: Check / 0_check _ Pre-commit.txt
[error] 104-104: ansible-lint (yaml[line-length]) failed: Line too long (122 > 120 characters).
🪛 GitHub Actions: Check / check _ Pre-commit
[warning] 104-104: ansible-lint (yaml[line-length]) Line too long (122 > 120 characters).
🪛 GitHub Check: check / Pre-commit
[failure] 104-104: yaml[line-length]
Line too long (122 > 120 characters)
[warning] 104-104:
104:121 [line-length] line too long (122 > 120 characters)
🤖 Prompt for AI Agents
Source: MCP tools