You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TalDerei opened this issue
Apr 24, 2024
· 0 comments
Assignees
Labels
A-CI/CDRelates to continuous integration & deployment of PenumbraC-choreCodebase maintenance that doesn't fix bugs or add features, and isn't urgent or blocking._P-lowPriority: low
We currently have a utility script designed to download and install a specific version of CometBFT for use with Penumbra, primarily in CI environments. This script is tailored to Linux systems and does not support macOS, especially the newer Darwin Arm64 architecture.
Enhance the existing script to automatically detect the operating system and architecture (x86-64 for Intel and Arm64 for M1/M2/M3 chips) of the user’s machine, and download the appropriate binary for macOS alongside the existing support for Linux.
TalDerei
added
A-CI/CD
Relates to continuous integration & deployment of Penumbra
C-chore
Codebase maintenance that doesn't fix bugs or add features, and isn't urgent or blocking.
labels
Apr 24, 2024
A-CI/CDRelates to continuous integration & deployment of PenumbraC-choreCodebase maintenance that doesn't fix bugs or add features, and isn't urgent or blocking._P-lowPriority: low
We currently have a utility script designed to download and install a specific version of CometBFT for use with Penumbra, primarily in CI environments. This script is tailored to Linux systems and does not support macOS, especially the newer Darwin Arm64 architecture.
Enhance the existing script to automatically detect the operating system and architecture (x86-64 for Intel and Arm64 for M1/M2/M3 chips) of the user’s machine, and download the appropriate binary for macOS alongside the existing support for Linux.
The alternative is downloading the proper cometBFT binary version for Arm64 from source.
cc @conorsch
The text was updated successfully, but these errors were encountered: