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

Use specific versions of Ubuntu and add GCC 14 C++23 workflow #73

Merged
merged 2 commits into from
Oct 8, 2024
Merged

Conversation

rmisev
Copy link
Member

@rmisev rmisev commented Oct 8, 2024

  • Some versions of compilers are only available in specific versions of Ubuntu, for example g++-9 is only available in ubuntu-22.04.
  • The libstdc++ provided with GCC 14 supports std::generator, which is used in the test in test-url_search_params.cpp. See: https://gcc.gnu.org/gcc-14/changes.html

For example, g++-9 is only available in ubuntu-22.04.
Copy link

codecov bot commented Oct 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.86%. Comparing base (ac26f14) to head (0f3e22e).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #73   +/-   ##
=======================================
  Coverage   99.86%   99.86%           
=======================================
  Files          14       14           
  Lines        2306     2306           
  Branches      383      383           
=======================================
  Hits         2303     2303           
  Misses          3        3           

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

The libstdc++ provided with GCC 14 supports `std::generator`,
which is used in the test in test-url_search_params.cpp.
@rmisev rmisev changed the title Use specific versions of Ubuntu in some workflows Use specific versions of Ubuntu and add GCC 14 C++25 workflow Oct 8, 2024
@rmisev rmisev changed the title Use specific versions of Ubuntu and add GCC 14 C++25 workflow Use specific versions of Ubuntu and add GCC 14 C++23 workflow Oct 8, 2024
@rmisev rmisev merged commit 0f3e22e into main Oct 8, 2024
24 checks passed
@rmisev rmisev deleted the gcc-14 branch October 8, 2024 16:49
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.

1 participant