-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
azure-functions-core-tools: 3.0.3785 -> 4.0.4736 #181126
azure-functions-core-tools: 3.0.3785 -> 4.0.4736 #181126
Conversation
Result of 1 package built:
|
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: |
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec { | |||
|
|||
installPhase = '' | |||
mkdir -p $out/bin | |||
cp -prd *.dll *.so gozip func $out/bin | |||
cp -prd * gozip func $out/bin |
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.
Was this changed to be less granular for a reason? Furthermore, couldn't the explicit gozip
and func
arguments be removed since the wildcard matches everything?
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.
@winterqt yes the change to less granular was because when I was using command func
it failed because it needed some of the files that was excluded. Good point that gozip
and func
can be removed, since wildcard. I will update the code.
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.
Just out of curiosity what was failing? Unfortunately I don't work with this tool much anymore so I haven't had much time to troubleshoot/validate updates to this package. Last I had worked on it there was an issue where it was referencing a hard coded path to bash
that was causing some issues with I think push functions to azure but its been a while since I've used..
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.
Sorry @jshcmpbll, at the moment I do not remember exactly what was falling, made the PR in june. Should have written exactly what was failing, before I forgot. But I remember that copying over missing file solved the problem.
4416879
to
1dd3d41
Compare
1dd3d41
to
581f79a
Compare
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.
Other than just getting additional context around some of the issue, LGTM
Result of 1 package built:
|
As part of #202572, I was checking this and I saw that 4.0.4629 uses .NET 6.0, however this PR keeps it on .NET Core 3.1. Is this correct @kfollesdal? |
This was superseded by #193902 |
Description of changes
Update azure-functions-core-tools: 3.0.3785 -> 4.0.4629
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