-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
tere: 1.5.0 -> 1.5.1-unstable-2024-04-01 #298527
Conversation
Will fix #298489 |
Updated to latest dev version which fixes the issues with the test. Also corrected issues mentioned by @mrene, thank you. |
Changes look good! There is still a test failure under Test log
|
Result of 1 package built:
|
Plus a comment on why the test should be skipped should be enough to resolve this right? |
@mgunyho any ideas about this failing test? I figure I'll disable it since NixOS + aarch64 is such a niche, but wanted to ping you and see #298527 (comment) |
Hm, that test creates a temporary folder and then tries to place a file in it, apparently the filesystem is read-only and that's why it's failing. It's weird that creating the temp folder succeeds though. But yeah, it can be skipped with |
@ProducerMatt Anything new? |
de3b799
to
0b7dcf3
Compare
@timon-schelling My bad, I dropped the ball. Here's the version with the commented test. If this builds fine on ARM Darwin then we can merge away. |
@ProducerMatt I think u need to use |
@timon-schelling done! |
Properly not getting merged before 24.05? |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/3921 |
fixes https://hydra.nixos.org/build/260562089 and https://hydra.nixos.org/build/260494209, but https://hydra.nixos.org/build/260624373 and https://hydra.nixos.org/build/260446230 still fails with new errors I think disabling I don't understand why aarch64-linux is looking for what to me seems like a cross linker:
|
I've pushed the suggested changes to GitHub but they haven't showed up yet. Hopefully it's not another of my long string of Git mistakes. 😬 |
It was, in fact, another of my long string of Git mistakes. 🙃 |
It seems tere doesn't receive frequent attention in terms of PRs. Please mark |
Implemented this script described by @jyooru in #145726 (comment) Let's see if it fixes |
@pbsds thank you for the feedback and the merge approval! Hope you have a good day! 🙂 |
Description of changes
Updated to the latest version, as well as the latest dev version which contains fixes for 4 failing cargo tests. More details about the failing tests here
pbsds edit: fixes #298489
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.