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 stdlibc++ 11 for Clang 13&14 and automatically install selected GCC toolchain #260

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Flamefire
Copy link
Collaborator

Remove some redundancy:

- , install: 'clang-8 g++-7', gcc_toolchain: 7
+ , gcc_toolchain: 7

I did run into llvm/llvm-project#55560 with Clang 13 & 14 and libstdc++ 12 & 13 so downgrading to 11.

I'm not fully sure about Clang 15 as others use libstdc++ 11 with that too but I haven't seen issues with 12 so sticking to that for now.

It is not fully compatible and might lead e.g. to undefined symbols
related to `std::basic_string...:_M_construct` in C++20 mode with
Unicode char types (`char16_t`, ...).
@Flamefire Flamefire requested a review from jeking3 January 5, 2025 13:49
Copy link

codecov bot commented Jan 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (3ed5c6f) to head (76292f2).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #260   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           22        22           
  Branches        10        10           
=========================================
  Hits            22        22           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3ed5c6f...76292f2. Read the comment docs.

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