NixOS / hydra

Hydra, the Nix-based continuous build system
http://nixos.org/hydra
GNU General Public License v3.0
1.17k stars 300 forks source link

IPv6 support #1297

Open aanderse opened 1 year ago

aanderse commented 1 year ago

Is your feature request related to a problem? Please describe.

Currently the way hydra is built in nixpkgs there is no IPv6 support. We could build hydra with IPv6 support by simply adding perlPackages.IOSocketINET6 to this list as described here, but IOSocketINET6 is deprecated and its replacement isn't a drop-in replacement.

Describe the solution you'd like

If it isn't too much of a hassle could someone please hack on hydra to make it support IPv6 with a library that isn't deprecated?

Describe alternatives you've considered

Add the deprecated library to my own config and hope that everything continues to work.

Additional context

I'm exposing hydra to a load balancer over IPv6, not directly to the internet.

cc @stigtsp