mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Go has supported PIC builds for a while now, and given the security benefits of using PIC binaries we should really enable them. There also appears to be some indication that non-PIC builds have been interacting oddly on ppc64le (the linker cannot load some shared libraries), and using PIC builds appears to solve this problem. Signed-off-by: Aleksa Sarai <asarai@suse.de> Upstream-commit: 1f4e37cf4bd2f73dc5257d791cc4dba294ddd156 Component: engine