
Since the exposure of the version attribute done in 892a0e8ff40e8282fb09ee6c8a132979c5539191, the OpenBLAS build fails for i686-linux: https://nix-cache.s3.amazonaws.com/log/wi79zyfmwdpwx7bm29dzqh4vglx3x550-openblas-0.3.0.drv According to @edolstra the build slaves of Hydra updated to a new kernel, which seems to be the real cause for this issue. The latter is already tracked upstream[1] and a fix[2] is already included in version 0.3.1. This very update cases 4795 rebuilds across all architectures we support, so it's still not significant enough to go through staging. In addition the number of rebuilds doesn't include the amount of builds that are currently failing. My original idea was to add a patch just for fixing this on i686-linux and do the real update via staging, but the amount of rebuilds still is in an acceptable range IMO and @edolstra agreed on that on IRC. [1]: https://github.com/xianyi/OpenBLAS/issues/1575 [2]: https://github.com/xianyi/OpenBLAS/pull/1583 Signed-off-by: aszlig <aszlig@nix.build> Cc: @ttuegel
Nixpkgs is a collection of packages for the Nix package manager. It is periodically built and tested by the Hydra build daemon as so-called channels. To get channel information via git, add nixpkgs-channels as a remote:
% git remote add channels git://github.com/NixOS/nixpkgs-channels.git
For stability and maximum binary package support, it is recommended to maintain
custom changes on top of one of the channels, e.g. nixos-18.03
for the latest
release and nixos-unstable
for the latest successful build of master:
% git remote update channels
% git rebase channels/nixos-18.03
For pull-requests, please rebase onto nixpkgs master
.
NixOS Linux distribution source code is located inside
nixos/
folder.
- NixOS installation instructions
- Documentation (Nix Expression Language chapter)
- Manual (How to write packages for Nix)
- Manual (NixOS)
- Community maintained wiki
- Continuous package builds for unstable/master
- Continuous package builds for 18.03 release
- Tests for unstable/master
- Tests for 18.03 release
Communication:
Description
Languages
Nix
96.3%
Shell
1.8%
Python
0.7%
Perl
0.4%
C
0.3%
Other
0.1%