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

WIP: Add clang & ssl #278

Closed
wants to merge 1 commit into from
Closed

WIP: Add clang & ssl #278

wants to merge 1 commit into from

Conversation

dpc
Copy link

@dpc dpc commented Jul 5, 2019

I"m trying to build my project using trust (and thus cross) and after much investigation: it seems like I need clang and ( maybe, but I'm not sure) ssl-dev in cross containers. It's really common requirements to need clang in Rust projects, unfortunately. I guess ssl is probably already installed anyway, but I guess it doesn't hurt to make it explicit.

Would a PR of this form be accepted? If so I can go over all other targets and make similiar modifications. If there's something to fix, please tell me now, before I copy it over 20 or so times. Thanks!

@dpc dpc requested review from Dylan-DPC-zz, jamesmunns and a team as code owners July 5, 2019 07:47
@@ -15,7 +15,12 @@ RUN apt-get update && \
autoconf \
make \
file \
binutils
binutils \
openssl \
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think we should be adding openssl to images implicitly. See issue #229.

@reitermarkus
Copy link
Member

Closing this in favour of #229. I think only adding clang would be acceptable, however.

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