This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Update the CI Docker image to Focal
ClosedPublic

Authored by ldionne on Oct 28 2021, 8:36 AM.

Details

Reviewers
Mordante
Group Reviewers
Restricted Project
Commits
rG4ee17b71f699: [libc++] Update the CI Docker image to Focal

Diff Detail

Event Timeline

ldionne created this revision.Oct 28 2021, 8:36 AM
ldionne requested review of this revision.Oct 28 2021, 8:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 28 2021, 8:36 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript

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.

ldionne accepted this revision as: Restricted Project.Oct 28 2021, 10:20 AM

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.

This revision was not accepted when it landed; it landed in state Needs Review.Oct 28 2021, 10:21 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.