-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Expected behavior
The Centos 6 asset is able to run ruby code using native extensions compiled against Centos 6 glibc.
Current behavior
The centos 6 asset errors when running ruby code using native extensions.
Reproduction steps
- Stand up a Centos 6.10 host running the Sensu agent
- Add assets for version 0.0.10 of sensu-ruby-runtime for centos 6 and version 5.0.0 of sensu-plugins-disk-checks
- add a check which uses those runtime assets, with
check-disk-usage.rb - Observe that the check results show an error related to
GLIBC_VERSION2.14 not found -- centos 6.10 is expected to have GLIBC version 2.12
Context
I feel like I've run into similar behavior in the past where using Docker containers to compile binaries for platforms with one version of glibc actually results in binaries linked to the docker host glibc. It might be the case that we cant use Docker for our build process here?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels