Alan Somers
Alan Somers
What advantages does this have over the existing DNS stuff in libstd, and in other crates?
@xgzeng you'll have to rebase to fix the CI failures. It looks like Github won't let me use the merge queue until you do that.
ping @xgzeng can you please rebase the PR?
Among the platforms that Nix currently supports, that expression is accurate. But we can certainly change it to accommodate new platforms. Patches welcome.
Right on the first point, but `quotactl_on` _is_ using `with_nix_path`. Could you look again?
According to the online man pages, that function should be available in Ubuntu 16.04. Could you please do `objdump -T /lib/x86_64-linux-gnu/libc.so.6 | grep memfd` and paste the results? https://manpages.ubuntu.com/manpages/xenial/man2/memfd_create.2.html
Even if memfd_create isn't included in your libc, I don't understand why the compile would fail. Normally the Rust linker eliminates unused code, so it's no problem if a symbol...
Ubuntu 16.04 is EoL. Is CentOS 7?
But only in Expanded Security Maintenance, it seems. Anyway, I can reproduce your problem only if I use `RUSTFLAGS=-C link-dead-code`. I think your linker probably has different default behavior. If...
@jszwedko how did you enable as-needed ?