Files
wrvsrx 9460594d8d dufs: fix build by adding cacert to preCheck
After the 0.46.0 bump introduced in #524651, `nix build .#dufs` fails
because the new test suite uses reqwest's blocking client, which
requires trusted CA certificates that are not available in the build
sandbox. Set `SSL_CERT_FILE` in `preCheck` to point at the `cacert`
bundle so the tests can construct TLS clients.
2026-06-01 19:22:01 +08:00
..