shaka-packager/.github/workflows/custom-actions
Joey Parrish e2d66b33fa fix: Fix crash in static-linked linux builds
The official, static-linked linux builds were crashing in their use of
getaddrinfo, which libcurl was configured to use.  Both getaddrinfo
and all of its alternatives available in glibc fail with static
linking.

We can fix this by configuring libcurl to use libc-ares on Linux
instead.  This allows us to keep the benefits of a statically-linked
Linux binary.

Closes #996

Change-Id: Ib4a9eb939813fd165727788726459ef4adf3fc4d
2021-10-14 10:35:49 -07:00
..
build-docs Refactor actions and workflows 2021-06-17 10:32:24 -07:00
build-packager fix: Fix crash in static-linked linux builds 2021-10-14 10:35:49 -07:00
lint-packager test: Pin pylint to a specific version in GitHub Actions 2021-10-13 12:25:34 -07:00
test-packager Refactor actions and workflows 2021-06-17 10:32:24 -07:00