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

Do not install curl on EL9 #1732

Merged
merged 1 commit into from
Jan 27, 2022
Merged

Do not install curl on EL9 #1732

merged 1 commit into from
Jan 27, 2022

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Jan 27, 2022

dnf depends on curl. By default curl-minimal is installed and running dnf install curl results in an error.

dnf depends on curl. By default curl-minimal is installed and running
`dnf install curl` results in an error.
@codecov
Copy link

codecov bot commented Jan 27, 2022

Codecov Report

Merging #1732 (ac88530) into master (65b9e35) will decrease coverage by 0.01%.
The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1732      +/-   ##
==========================================
- Coverage   74.78%   74.77%   -0.02%     
==========================================
  Files          82       82              
  Lines        4851     4853       +2     
==========================================
+ Hits         3628     3629       +1     
- Misses       1223     1224       +1     
Impacted Files Coverage Δ
lib/beaker/host_prebuilt_steps.rb 73.59% <50.00%> (-0.16%) ⬇️

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 65b9e35...ac88530. Read the comment docs.

@bastelfreak bastelfreak merged commit f064f82 into voxpupuli:master Jan 27, 2022
@ekohl ekohl deleted the el-9-curl branch January 27, 2022 17:34
@ekohl ekohl added the bug label Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants