joe-at-startupmedia / pmon3

Golang Production Process Manager
10 stars 0 forks source link

create an RPM package or remove support for it #11

Closed joe-at-startupmedia closed 9 months ago

joe-at-startupmedia commented 10 months ago

Do one or the other.

joe-at-startupmedia commented 9 months ago

RPM packages are not supported for the following reasons: 1) trust/security issues 2) There is no github Action workflow to automate this process while building a verifiable package 3) Because of the IPC posix_mq dependency, GLIBC versioning varies from distro to distro making RPMS incompatible on machines with different GLIBC versions.