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

Fedora base #73

Merged
merged 11 commits into from
Aug 2, 2023
Merged

Fedora base #73

merged 11 commits into from
Aug 2, 2023

Conversation

jgomezselles
Copy link
Owner

Alpine was fun, but maintenance is not that straightforward.
Same for musl, so This PR makes all needed adaptations to use fedora as base.

Alpine was fun, but maintenance is not that straightforward.
Same for musl, so this commit adds a new dockerfile based on Fedora.
Different compiler, different order of includes and support for range
loops.
The new fedora image needs the folder to exist, so this commit addresses
that.
It worked because it was an error scenario, but "return 0" is not the
proper way to exit, and an error was shown. This commit fixes that.
Ssl libs are not produced with the static version anymore,
this forces hermes to link dynamically.
The main changes are that now hermes executable is installed and,
sue to the new dynamic linking, dynamic libs are also copied.
@coveralls
Copy link

coveralls commented Aug 2, 2023

Pull Request Test Coverage Report for Build 5742163548

  • 51 of 58 (87.93%) changed or added relevant lines in 3 files are covered.
  • 8 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.7%) to 96.514%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/http2_client/client_impl.cpp 38 45 84.44%
Files with Coverage Reduction New Missed Lines %
src/script/script.cpp 1 99.06%
src/script/script_reader.cpp 7 93.46%
Totals Coverage Status
Change from base Build 2686363759: -0.7%
Covered Lines: 803
Relevant Lines: 832

💛 - Coveralls

@jgomezselles jgomezselles merged commit 368b19a into main Aug 2, 2023
5 checks passed
@jgomezselles jgomezselles deleted the fedora-base branch August 2, 2023 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants