github / glb-director

GitHub Load Balancer Director and supporting tooling.
Other
2.38k stars 229 forks source link

Building glb components natively on Linux (without the cibuild): #84

Closed ravisinghsfbay closed 4 years ago

ravisinghsfbay commented 5 years ago

This commit brings in changes to allow building glb-director, glb-healthcheck, glb-redirect as individual components on a Linux device where all the underlying dependencies are present.

Without these changes, the foregoing components could not individually be built (without the use of Docker) due to mismatches between expectations of different respective versions of gcc and linker.