Details
Details
- Reviewers
Mordante - Group Reviewers
Restricted Project - Commits
- rG4ee17b71f699: [libc++] Update the CI Docker image to Focal
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Interesting this fails with GCC-11 for some format functions. I've seen GCC-11 issues in format before, like
in this https://reviews.llvm.org/D112727#change-pkkDJKXHGfxB file.
Can you disable the tests with
// TODO FMT Evaluate gcc-11 status // UNSUPPORTED: gcc-11
Then it will automatically be in my TODO list.
Comment Actions
I'm actually going to ship this as-is because without this, we can't even build the Docker image anymore. Let's figure out the CI situation separately.