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

fix: removed vendored openssl #144

Merged
merged 2 commits into from
Mar 12, 2022

Conversation

rawkode
Copy link
Member

@rawkode rawkode commented Mar 12, 2022

I don't remember entirely why this was set to vendored, but I seem to recall it was when I added remote manifest support with Git. Sadly, #143 does seem to indicate this causes issues on BSD systems.

Let's try without and see what breaks

I don't remember entirely why this was set to vendored, but I seem to recall it was when I added remote manifest support with Git. Sadly, comtrya#143 does seem to indicate this causes issues on BSD systems.

Let's try without and see what breaks
Windows doesn't have a system version of OpenSSL available
@codecov-commenter
Copy link

Codecov Report

Merging #144 (0bd3e5c) into main (4483c82) will increase coverage by 2.94%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #144      +/-   ##
==========================================
+ Coverage   41.88%   44.83%   +2.94%     
==========================================
  Files          45       43       -2     
  Lines        1645     1539     -106     
==========================================
+ Hits          689      690       +1     
+ Misses        956      849     -107     
Impacted Files Coverage Δ
src/contexts/user.rs 0.00% <0.00%> (ø)
src/actions/file/mod.rs 0.00% <0.00%> (ø)
src/actions/directory/mod.rs 0.00% <0.00%> (ø)
src/actions/package/providers/yay.rs 0.00% <0.00%> (ø)
src/actions/package/providers/bsdpkg.rs 0.00% <0.00%> (ø)
src/actions/package/providers/winget.rs 0.00% <0.00%> (ø)
src/actions/package/providers/homebrew.rs 0.00% <0.00%> (ø)
src/atoms/command/finalizers/output_contains.rs
src/atoms/command/initializers/command_found.rs
src/contexts/os.rs 96.42% <0.00%> (+0.13%) ⬆️
... and 17 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4483c82...0bd3e5c. Read the comment docs.

@rawkode rawkode merged commit e96b792 into comtrya:main Mar 12, 2022
@rawkode rawkode deleted the fix/remove-vendored-openssl branch March 12, 2022 08:36
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