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

Coroutines tests break CI #1587

Open
cjdb opened this issue Dec 4, 2020 · 0 comments
Open

Coroutines tests break CI #1587

cjdb opened this issue Dec 4, 2020 · 0 comments

Comments

@cjdb
Copy link
Contributor

cjdb commented Dec 4, 2020

Coroutines tests are failing when building with Clang because libstdc++ headers want a -fcoroutines option enabled, which Clang doesn't have (it's got -fcoroutines-ts). There are two solutions, and I think they should happen in parallel.

  1. Make all Clang-based coro-aware CI use libc++, which doesn't have this issue. Simple and can be done internally, but adds to the CI load.
  2. File a bug with libstdc++ to check for Clang flag as well. Ultimately transparent to range-v3 and improves the dev ecosystem, but it could take time (will it be a GCC 10 hotfix? Even if it is, will GitHub's GCC 10 get this hotfix?).
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

No branches or pull requests

1 participant