Skip to content

Build server-aws-lambda only on Linux platforms #774

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

Merged
merged 2 commits into from
May 27, 2023
Merged

Conversation

ramnivas
Copy link
Contributor

Since, we don't need to build the server-aws-lambda crate on Mac/Windows platforms, to save build times (for Mac platforms) and to avoid build/test issues (for Windows platforms), we build the server-aws-lambda crate only on Linux platforms.

Ideally, we could have included the server-aws-lambda crate in the workspace only on Linux platforms, but until rust-lang/cargo#5220 is fixed, we can't do that.

Since, we don't need to build the server-aws-lambda crate on Mac/Windows platforms, to save build
times (for Mac platforms) and to avoid build/test issues (for Windows platforms), we build the
server-aws-lambda crate only on Linux platforms.

Ideally, we could have included the server-aws-lambda crate in the workspace only on Linux
platforms, but until rust-lang/cargo#5220 is fixed, we can't do that.
@ramnivas ramnivas requested a review from shadaj May 25, 2023 23:03
@ramnivas ramnivas merged commit 892cabd into main May 27, 2023
@ramnivas ramnivas deleted the no-linux-no-build-aws branch May 28, 2023 18:33
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.

2 participants