While checking if I had any build failures related to my packages on zh.fail/failed/overview.html, I came across this:
This particular failure is from openssl rust package not able to compile due to not finding system openssl installation. What’s odd is that I am not able to reproduce this locally, on my remote builders, or via nixpkgs-review-gha runners. Doesn’t matter if sandbox is enabled, disabled, or relaxed.
Is there a guide to emulate the hydra builders for each platform? Ideally, I want to avoid this from happening in the future and address it prior to merge.