Skip to content
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

Add frankenphp binary to IgnoredFiles while BuildProcess #254

Merged
merged 3 commits into from
May 3, 2024
Merged

Add frankenphp binary to IgnoredFiles while BuildProcess #254

merged 3 commits into from
May 3, 2024

Conversation

rvzug
Copy link
Contributor

@rvzug rvzug commented May 2, 2024

While following the default installation-instructions of

  • Octane (server frankenphp) for sail
  • Vapor

You'll end up with the 'frankenphp' binary file in your application root. This file will be added to the Deployment Artifact resulting in a possible to big artifact for AWS Lambda. Resluting in a error while deploying:

Deployment Failed 
Your application exceeds the maximum size allowed by AWS Lambda.

This PR adds the binary to the ignored files while building the artifact

@joedixon
Copy link
Contributor

joedixon commented May 2, 2024

Thanks @rvzug, wondering if we can do this in the same way as we do for Roadrunner instead?

https://github.com/laravel/vapor-cli/pull/191/files

@rvzug
Copy link
Contributor Author

rvzug commented May 3, 2024

That also works fine :-)

@joedixon
Copy link
Contributor

joedixon commented May 3, 2024

Thank you!

@taylorotwell taylorotwell merged commit 237e61f into laravel:master May 3, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants