forked from pantsbuild/pants
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dockerize native engine builds. (pantsbuild#4554)
Fixes pantsbuild#4541 Problem Native engine builds dynamically link against libc. This can be problematic if the published binaries are built on a platform with a newer version of libc than the runtime platform. Solution In order for the native engine to run on older platforms, we need to link against the oldest reasonable libc at binary creation time and rely on forward compatibility/OS compatibility libraries to cover more possible platforms. Result More widely compatible native engine binaries.
- Loading branch information
Showing
1 changed file
with
34 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters