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

build(shell.nix): add openssl package to the build dependencies #1040

Merged
merged 3 commits into from
Jun 23, 2023

Conversation

timonv
Copy link
Contributor

@timonv timonv commented Jun 22, 2023

Description of change

While building the client locally, it was complaining about missing openssl. Added it back and all is good.

Copy link
Contributor

@oddgrd oddgrd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Timon! We recently migrated to rustls across the board, but it may have been a bit optimistic, when we added cargo-generate for cargo shuttle init we got the openssl dependency back 😅

For the nix file, openssl should rather be in nativeBuildInputs, by the way

@timonv
Copy link
Contributor Author

timonv commented Jun 23, 2023

Thanks Timon! We recently migrated to rustls across the board, but it may have been a bit optimistic, when we added cargo-generate for cargo shuttle init we got the openssl dependency back 😅

For the nix file, openssl should rather be in nativeBuildInputs, by the way

Thanks! Did just that 🙏

@timonv timonv requested a review from oddgrd June 23, 2023 10:13
@oddgrd
Copy link
Contributor

oddgrd commented Jun 23, 2023

Nice! We used to only have it in nativeBuildInputs, do we need it in both? Sorry for the nitpicking 😄

@timonv
Copy link
Contributor Author

timonv commented Jun 23, 2023

No problem, oversight on my end, nice catch 💯

@oddgrd oddgrd merged commit 7075917 into shuttle-hq:main Jun 23, 2023
26 of 29 checks passed
Kazy pushed a commit to Kazy/shuttle that referenced this pull request Jun 23, 2023
…tle-hq#1040)

* build(shell.nix): add openssl to nativeBuildInputs to fix build error related to missing openssl library
AlphaKeks pushed a commit to AlphaKeks/shuttle that referenced this pull request Jul 21, 2023
…tle-hq#1040)

* build(shell.nix): add openssl to nativeBuildInputs to fix build error related to missing openssl library
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.

None yet

2 participants