-
-
Notifications
You must be signed in to change notification settings - Fork 363
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
Update for recent azure-mgmt-* libraries #1065
Comments
add pinned versions package-private azure-mgmt-compute 0.20.1 azure-mgmt-network 0.20.1 azure-mgmt-nspkg 1.0.0 azure-mgmt-resource 0.20.1 azure-mgmt-storage 0.20.0 NixOS#52550 NixOS/nixops#1065
add pinned versions package-private azure-mgmt-compute 0.20.1 azure-mgmt-network 0.20.1 azure-mgmt-nspkg 1.0.0 azure-mgmt-resource 0.20.1 azure-mgmt-storage 0.20.0 #52550 NixOS/nixops#1065
Unstable should probably be working towards updating to the most recent version, so marking as broken, instead of using the pinned version, like stable does. see #52550 see NixOS/nixops#1065 see #52547
add pinned versions package-private azure-mgmt-compute 0.20.1 azure-mgmt-network 0.20.1 azure-mgmt-nspkg 1.0.0 azure-mgmt-resource 0.20.1 azure-mgmt-storage 0.20.0 #52550 NixOS/nixops#1065 (cherry picked from commit 0c4d750)
I don't think the pinning done in nixpkgs works when using
|
or rather change release.nix line to |
Apart from the python2 problem, nixops' |
Does this mean nixops with recent versions of I'm trying running
and hitting this or a related problem. Right now I'm forced to run it against |
Currently in nixpkgs the |
@AmineChikhaoui My opinion is that considering that:
We should consider removing Azure support temporarily, until someone feels responsible for fixing it. |
See also discussion here. |
@asymmetric I agree, removing the backend might be a temporary solution until we fix it. |
Support for Azure has been disabled for now. |
Even with it being "disabled" I was unable to build nixops (because of an import error on a subpackage to the azure libs that I guess no longer exists) using 19.03 nixpkgs, had to use 18.09 instead. |
Seems disabling it in cc74b57 wasn't enough, it still gets dragged in by some imports. Thus, remove it entirely, it can still be resurrected from the git history. Reported-In: NixOS#1065 (comment)
Seems disabling it in cc74b57 wasn't enough, it still gets dragged in by some imports. Thus, remove it entirely, it can still be resurrected from the git history. Reported-In: NixOS#1065 (comment)
Seems disabling it in cc74b57 wasn't enough, it still gets dragged in by some imports. Thus, remove it entirely, it can still be resurrected from the git history. Reported-In: NixOS#1065 (comment)
I've been building it with 19.03 with no issues, with the following
|
add pinned versions package-private azure-mgmt-compute 0.20.1 azure-mgmt-network 0.20.1 azure-mgmt-nspkg 1.0.0 azure-mgmt-resource 0.20.1 azure-mgmt-storage 0.20.0 NixOS#52550 NixOS/nixops#1065 (cherry picked from commit 0c4d750)
I've recently reverted an update to the
azure-mgmt-*
libraries in nixpkgs, because it brokenixops
. I've submitted a PR with the updates, butnixops
still doesn't play with the newer librariesfrom NixOS/nixpkgs#52550
The text was updated successfully, but these errors were encountered: