Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Mesosphere Sprint 38
-
2
Description
ELFIO is a header-only replacement for parsing ELF binaries. Previously we were using libelf, which introduced both a new build-time dependency as well as a runtime dependence even though we only really needed this library when operating on machines that have GPUs.
By using this header-only library and bundling it with Mesos, we can remove this external dependence altogether.
Attachments
Issue Links
- is related to
-
MESOS-5979 elfio-3.1.patch is actually not applied
- Resolved