On 09/03/2016 10:47 PM, Sergiu Ivanov wrote: >> The status of Hydra job ‘nixpkgs:trunk:adb-sync.x86_64-darwin’ is "Failed". >> For details, see >> >> https://hydra.nixos.org/build/39776835 > > I feel somewhat puzzled because: > > - I set preferLocalBuild to true, which, in my understanding, should > have prevented Hydra from trying to build a binary version of my > package,
That's a misunderstanding. `preferLocalBuild` is a hint to the nix-daemon that it shouldn't use remote build slaves for the derviation. To disable a build on Hydra specifically, you can use meta.hydraPlatforms (overriding meta.platforms). > - when I look at the build log > https://hydra.nixos.org/build/39776835/nixlog/3 I only see a few > messages, which do not even seem related to my package. It really seems more like a dependency failed in an unusual way. (I assume the unusual kind of failure is why it wasn't marked as "dependency failed" but "failed".) It seems plausible that sysimg-armeabi-v7a-23 is a dependency of adb-sync. --Vladimir
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
