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

ci: Bump minimal compilers versions #535

Merged
merged 1 commit into from
Nov 30, 2022
Merged

ci: Bump minimal compilers versions #535

merged 1 commit into from
Nov 30, 2022

Conversation

chfast
Copy link
Member

@chfast chfast commented Nov 30, 2022

Require GCC 11 (previously 10) and Clang 13 (previously 11). Earlier versions do not have good C++20 support, in particular the using enum feature.

Add xcode-min with Xcode 13.4.1 job to monitor minimal version required.

Require GCC 11 (previously 10) and Clang 13 (previously 11).
Earlier versions do not have good C++20 support, in particular
the `using enum` feature.

Add xcode-min with Xcode 13.4.1 job to monitor minimal version required.
@codecov
Copy link

codecov bot commented Nov 30, 2022

Codecov Report

Merging #535 (586f176) into master (698e019) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #535   +/-   ##
=======================================
  Coverage   98.02%   98.02%           
=======================================
  Files          59       59           
  Lines        5682     5682           
=======================================
  Hits         5570     5570           
  Misses        112      112           
Flag Coverage Δ
blockchaintests 78.38% <ø> (ø)
statetests 72.91% <ø> (ø)
unittests 91.71% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@chfast chfast merged commit 7d4d227 into master Nov 30, 2022
@chfast chfast deleted the bump_compilers branch November 30, 2022 16:17
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