Skip to content

Commit

Permalink
Remove openssl (#269)
Browse files Browse the repository at this point in the history
### 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.

---------

Co-authored-by: Alex Eagle <[email protected]>
  • Loading branch information
btobolaski and alexeagle committed Feb 21, 2024
1 parent 0949b67 commit 82ad68f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 957 deletions.
Loading

0 comments on commit 82ad68f

Please sign in to comment.