-
Notifications
You must be signed in to change notification settings - Fork 91
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
Incorrect location for packager #179
Comments
I am also facing build failures after updating to v0.2.8. The problem is in similar location, although the logs on my build server do not show the "No such file or directory" message. I did a binary chop and it seems the offending commit is 5fb60b9, although I do not see how it could affect the path to packager. |
The above can be observed in this actions run. |
@kkarbowiak It turns out GitHub's 5fb60b9 removed what appeared to be a redundant check |
I was just doing the demo project described in the README. When executing
make aws-lambda-package-demo
I got this error.I modified line 70 of
\home\adam\aws-lambda\build\CMakeFiles\aws-lambda-package-demo.dir\build.make
so that it referred to/home/adam/aws-lambda-cpp/packaging/packager
rather than/home/adam/aws-lambda-cpp/build/packager
. Then it worked.The text was updated successfully, but these errors were encountered: