-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
cocoapods: 1.5.3 -> 1.6.0 #55471
cocoapods: 1.5.3 -> 1.6.0 #55471
Conversation
i still like to clean up ~/.gem on my osx :) |
The modified |
|
Oops yes I did. I forgot. Well, the point remains that the script doesn't have anything to do with |
how about? worked fine without asking for password and also you should be sure that everything is fresh installed (and removed)
|
AFAICT there's no need to actually run The And finally, if we are going this route, we may as well just use a relative directory instead of making a temporary one. If you do use a temporary directory, at the very least you need quotes around |
ok i never looked that much into the workings of |
i tried it with your suggestions and it still works fine and i can be sure that there is no lingering state in my system left over. and i also like how explicit it is :)
|
also first glance google for TEMPDIR and spaces it seems that it should not contain spaces... but better safe then sorry |
Fixes NixOS#55458. Fixes NixOS#55461.
c563872
to
51edcce
Compare
Ok I updated the |
@peterromfeldhk Anything holding up this PR? |
@lilyball everything looks good to me. |
It's not clear to me how to get this merged. Looks like it doesn't even have the right labels yet (the manual says it should have the |
@GrahamcOfBorg build cocoapods |
Thanks! |
Ironically, cocoapods 1.6.1 was just published 21 hours ago, so time to update again. |
Submitted the 1.6.1 update as #56221 |
Motivation for this change
Fixes #55458.
Fixes #55461.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)When testing
./result/bin/
, there's a binarysandbox-pod
that actually fails with the errorBut this same error occurs with the current v1.5.3. I'm tempted to say we should stop vending
sandbox-pod
as a binary since it doesn't seem to work, but that's not actually related to this version update./cc @peterromfeldhk