This repository has been archived by the owner on Jun 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Unable to initialize application with extensions with nightly cargo. #164
Comments
There's no problem with the same Possibly an environment issue that's causing nightly to mess with the lib path? |
Sure looks like cargo is messing with DYLD environment variables:
|
Looks like this will fix it: rust-lang/cargo#6625. |
Confirmed fixed with a more recently nightly. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce
rustup default nightly
.cargo install -f azure-functions-sdk
.cargo func new-app repro
.cargo func new blob -n repro --path repro
.cargo func run
.Expected behavior
The application starts successfully.
Actual behavior
Initializing the application fails because
dotnet
(used to restore the Azure Functions storage extension required for blob triggers) can't findlibproc
:Environment information (OS, versions, etc.)
Azure Functions for Rust: 0.4.1
OS: macOS 10.14
The text was updated successfully, but these errors were encountered: