Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat(portability): add support for aarch64 and riscv64 #1596

Open
wants to merge 81 commits into
base: master
Choose a base branch
from

Conversation

bitcoin-tools
Copy link
Owner

Describe the changes and your approach

Pull Request Sign-Off

  • I reviewed and approve of my changes.
  • I checked of the automated test results for any irregularities.
  • If appropriate, I manually tested the code changes on my local environment.
  • If appropriate, I considered changes to the README or test documentation.

@bitcoin-tools bitcoin-tools linked an issue Oct 4, 2024 that may be closed by this pull request
@bitcoin-tools bitcoin-tools changed the title feat(portability): add support for RISC-V architecture Draft: feat(portability): add support for RISC-V architecture Oct 4, 2024
@bitcoin-tools bitcoin-tools changed the title Draft: feat(portability): add support for RISC-V architecture Draft: feat(portability): add support for RISC-V Oct 4, 2024
@bitcoin-tools bitcoin-tools marked this pull request as ready for review October 5, 2024 13:45
@bitcoin-tools bitcoin-tools changed the title Draft: feat(portability): add support for RISC-V feat(portability): add support for RISC-V Oct 5, 2024
@bitcoin-tools bitcoin-tools changed the title feat(portability): add support for RISC-V feat(portability): add support for aarch64, ppc64le, and riscv64RISC-V Oct 5, 2024
@bitcoin-tools bitcoin-tools changed the title feat(portability): add support for aarch64, ppc64le, and riscv64RISC-V feat(portability): add support for aarch64, ppc64le, and riscv64 Oct 5, 2024
@bitcoin-tools bitcoin-tools changed the title feat(portability): add tests for aarch66 and riscv64 architectures feat(portability): add support for aarch66 and riscv64 Oct 12, 2024
@@ -1554,7 +1569,13 @@ readonly BYTES_TO_KIB=1024
readonly KIB_TO_MIB="${BYTES_TO_KIB}"
readonly MIB_TO_GIB="${BYTES_TO_KIB}"

TARGET_ARCHITECTURE="$(uname -m)"
TARGET_ARCHITECTURE=$(uname -m)
Copy link
Owner Author

Choose a reason for hiding this comment

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

this should be in quotes, right?

@bitcoin-tools bitcoin-tools changed the title feat(portability): add support for aarch66 and riscv64 feat(portability): add support for aarch64 and riscv64 Feb 6, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] - add support for RISC-V architecture
1 participant