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

Fixes for gcc 13 #1128

Merged
merged 3 commits into from
Jan 25, 2024
Merged

Fixes for gcc 13 #1128

merged 3 commits into from
Jan 25, 2024

Conversation

Bronek
Copy link
Collaborator

@Bronek Bronek commented Jan 22, 2024

This PR fixes compilation errors in gcc-13 by adding #include <cstdint> where needed and explains how to avoid compilation errors in rocksdb from conan with this compiler.

There's also a drive-by addition of .devcontainer to .gitignore

README.md Show resolved Hide resolved
@Bronek Bronek requested review from godexsoft and kuznetsss January 22, 2024 21:51
Copy link

codecov bot commented Jan 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (781f3b3) 54.11% compared to head (d510e69) 59.74%.
Report is 35 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1128      +/-   ##
===========================================
+ Coverage    54.11%   59.74%   +5.63%     
===========================================
  Files          187      208      +21     
  Lines         9942    10493     +551     
  Branches      5283     5589     +306     
===========================================
+ Hits          5380     6269     +889     
+ Misses        3561     2635     -926     
- Partials      1001     1589     +588     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@godexsoft godexsoft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 🙇

@Bronek Bronek merged commit ec33517 into XRPLF:develop Jan 25, 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.

2 participants