-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
staging-next 2024-04-12 #303527
staging-next 2024-04-12 #303527
Conversation
the 'http' package is an interesting one to test because all its lua files are in a 'http' subfolder, ie., there is no share/lua/5.1/*.lua, only share/lua/5.1/http/*.lua files unlike most packages. This tests we can match those subfolders.
the setup-hook checks if a derivation contains lua files matching lua_path patterns. We use bash's globstar extension for that but `**.lua` doesn't return files in subfolders, it has to be `**/*.lua`. Adjust the pattern accordingly.
lua.tests.checkSetupHook: test lua setup hook for http package
Conflicts: pkgs/development/python-modules/colorcet/default.nix
|
Yes, we are working on the update here: #303043 |
Oh, I had searched but skipped this PR based on title. |
Yes, updating |
Updating turns out difficult; see WIP in PR #303043
https://hydra.nixos.org/build/256380975/nixlog/1/tail I don't have energy to try discovering why exactly the issue happens, but adding python3 to propagatedBuildInputs or dropping strictDeps worked when I tried on aarch64-darwin. I suspect that cmake upgrade might've been what triggered the change.
...into staging-next
Overall it's still not great, but we might be getting close to mergeable state |
I think that the remaining regressions can be brought to wider audience. |
…nixpkgs After upgrading my nixpkgs channel I started getting mysterious breakage where crate2nix would show "Did not find all crates.io hashes in Cargo.lock" and be unable to produce the generated/called nixfiles. It appears the culprit is somewhere in NixOS/nixpkgs#303527 and it was fixed in 640584db14761545480c0d29b80c3ab34a3236bd of crate2nix (part of #341). We previously had been pinned to an old version of crate2nix due to incompatibility with cargo 1.48 but fortunately the rust-bitcoin ecosystem has since moved on to 1.56.1 so we are ok to upgrade.
Helpful links
https://hydra.nixos.org/job/nixpkgs/staging-next/unstable#tabs-constituents
https://hydra.nixos.org/job/nixos/staging-next-small/tested
https://hydra.nixos.org/jobset/nixpkgs/staging-next
https://hydra.nixos.org/jobset/nixos/staging-next-small
Mass breakages
nothing notable so far