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

Remove openssl #269

Merged
merged 2 commits into from
Feb 21, 2024
Merged

Remove openssl #269

merged 2 commits into from
Feb 21, 2024

Conversation

btobolaski
Copy link
Contributor

Type of change

  • Refactor (a code change that neither fixes a bug or adds a new feature)

Test plan

  • Covered by existing test cases

#233 was mentioned as a fix for #218 but #233 includes a dependency on openssl. This dependency on openssl makes building containers on MacOS difficult as we then need to cross build openssl. I see that there was an attempt to remove the openssl dependency rattler_installs_packages however, native-tls is in the default features and is the only default feature. Disabling default-features removes the dependency on openssl.

@CLAassistant
Copy link

CLAassistant commented Feb 21, 2024

CLA assistant check
All committers have signed the CLA.

@mattem
Copy link
Collaborator

mattem commented Feb 21, 2024

Thanks! There was a recent PR that should remove the requirement to build the binaries from source, and not push the rust dependencies onto the consumer too. We should still land this as this is the right shape.

Are you able to sign the CLA?

@btobolaski
Copy link
Contributor Author

I needed to run it through my Company but, it is now signed.

Users shouldn't have a rust dependency. Some work is needed to publish binaries on releases.
@alexeagle alexeagle enabled auto-merge (squash) February 21, 2024 22:09
@alexeagle alexeagle merged commit 82ad68f into aspect-build:main Feb 21, 2024
8 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.

4 participants