-
-
Notifications
You must be signed in to change notification settings - Fork 15k
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
ansible-compat: fix build by patching tests #368789
Conversation
# Patch incompatibility between tests and ansible-core | ||
# TODO: remove when new release is out | ||
(fetchpatch2 { | ||
url = "https://github.com/ansible/ansible-compat/commit/39729217f41282884414c4b19f3c5156383fedc5.patch"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think with fetchatch2 you need to add ?full_index=1
to the end of the url. #266556 (comment) or this one #257446
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ooops, thank you. Fixed.
5298c07
to
b463914
Compare
@ofborg eval |
@ofborg build python3Packages.ansible-compat |
Is this PR still relevant after #369664? |
|
Ref: ansible/ansible-compat#420
Hydra: https://hydra.nixos.org/build/283196918/log
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.