-
-
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
xrootd: provide fuse support (xrootdfs) for Darwin and fix the tests #206969
Conversation
7fd221b
to
0388532
Compare
0388532
to
4f42490
Compare
@veprbl Could you help take a look? |
@ofborg build xrootd xrootd.passthru.tests |
This seems to break
and here:
|
Oh, sorry! I've reverted this, and I'll redo the PR afterwards. |
@gador Sorry for the trouble. I guess it would be better to test it on a real Darwing setup (either bare-metal or virtual) instead of relying on OfBorg. |
@wegank Just curious, how does revert and redo solves the problem? The code seems the same. |
I think My PR was just a minimal one, with zero rebuilds on Linux. Feel free to add the tests again. |
That's because the position of I try to place them in alphabetical order, which changes its position when moving it up and causes the rebuild. |
Description of changes
Pass
fuse
intobuildInputs
by defaults and usefuse = osxfuse
on Darwin.This should bring no change to the Linux package. However, the Linux package also rebuilds due to the change of the
buildInputs
order.Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes