-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Description
UPDATE after initial 20.09 Release:
Fixing broken packages will always be possible throughout the lifetime of the 20.09 release. However, you may need to remove the broken = true; attr on the package. Otherwise please follow normal back-port conventions. :)
Old Post:
Jobsets:
- https://hydra.nixos.org/jobset/nixos/release-20.09
- https://hydra.nixos.org/jobset/nixos/release-20.09-aarch64
- https://hydra.nixos.org/jobset/nixos/release-20.09-small
- https://hydra.nixos.org/jobset/nixpkgs/nixpkgs-20.09-darwin
- https://hydra.nixos.org/jobset/nixpkgs/staging-20.09
Mission
Every time we branch off a release we stabilize the release branch.
Our goal here is to get as little as possible jobs failing on the release-20.09 jobsets.
I'd like to heighten, while it's great to focus on zero as our goal, it's essentially to
have all deliverables that worked in the previous release work here also.
How many failing jobs are there?
At the opening of this issue we have the main x86_64-linux jobset at 1153 failing jobs, x86_64-darwin at >7130, and aarch64-linux at 7573+.
Previous releases first evals
19.09 had 1654 failing jobs.
20.03 had 1204 failing jobs,
20.09 had 1153 failing jobs,
So we're actually getting better at maintaining a more stable "unstable" channel.
However, our darwin story isn't as good (we need more darwin reviewers/contributors)
20.03 had 1384 failing jobs,
20.09 had >7130 failing jobs,
How to help (textual)
-
Select an evaluation of the release-20.09 jobset by #id

-
Troubleshoot why it's failing and fix it
-
Create a Pull Request with the fix targeting master, wait for it to be merged.
Generally the job fails on master also, you can verify that on Hydra - example URL: https://hydra.nixos.org/job/nixpkgs/trunk/bash.x86_64-linux.
That means most PR's should be target themasterbranch, however, if your PR causes around 500+ rebuilds, it's preferred to targetstagingto avoid compute and storage churn.
Always reference this issue in the body of your PR:
ZHF: #97479
- After the master PR was merged, select the commit(s) from the master branch and cherry-pick the commit(s) into a backport PR. See CONTRIBUTING.md for exact details on how that should be performed. An example can be found here: Master PR and 20.09 PR
Please ping @NixOS/nixos-release-managers on the PR.
If you're unable to because you're not a member of the NixOS org please ping
@jonringer and @worldofpeace (the same people in the team).
How to help video tutorial
@jonringer has made a video on YouTube to guide anyone through how fixing something for ZHF will look like: https://www.youtube.com/watch?v=4Zb3GpIc6vk&
New to nixpkgs?
@jonringer created some videos to help get people started with nixpkgs:
- Packaging a basic C application
- Python nix packaging
- Adding a package to nixpkgs
- Backporting changes (ZHF)
Also be sure to check out other resources at: https://github.com/nix-community/awesome-nix
Packages that don't get fixed
The remaining packages will be marked as broken before the release (on the failing platforms).
You can do this like:
meta = {
# ref to issue/explanation
# `true` is for everything
broken = stdenv.isDarwin
};These are the utility flags used to test the type of platform.
Closing
This is a great way to help NixOS, and it was some of my earliest contributions.
Let's go ✌️
✨️ @worldofpeace and @jonringer
cc @NixOS/nixpkgs-committers @NixOS/nixpkgs-maintainers
Related Issues
- Timeline: 20.09 Timeline #95535
- Feature Freeze Items: 20.09 Feature freeze items #95475
- Release Notes: 20.09 Release notes #95765
