We need to build portable, monolithic binaries that are compatible with CentOS #88
Labels
No Label
bug
critical
duplicate
enhancement
epic
help wanted
in progress
invalid
low priority
question
rebase
v1
v5
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/go-ethereum#88
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem:
The GitHub Actions are building binaries for Ubuntu, and when you run it on CentOS it cannot find certain files. This impacts being able to implement a continuous deployment process.
Solution:
We need to move towards a monolithic, portable binary that has no shared library dependencies.
Build static Linux binaries for and publish in assets.
@ABastionOfSanity @srwadleigh @dboreham not sure how this fits into the CI/CD work you are doing but going to close this as it is very old and the problem it was opened to address doesn't really exist in it's described form anymore.
Ok I guess we'll learn if this is still an issue. Upstream geth seems to ship a unified binary for all Linux fwiw.