This is an archive of the discontinued LLVM Phabricator instance.

[libcxx][CI] Install all locales used by the test suite
ClosedPublic

Authored by DavidSpickett on Oct 6 2021, 8:09 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rGda5937654691: [libcxx][CI] Install all locales used by the test suite

Diff Detail

Event Timeline

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

I've tested this locally and none of the newly enabled tests are failing.

Side note: I would use "echo -e" here but for some reason the "-e" ends up in the file. printf works fine in any case.

ldionne accepted this revision.Oct 6 2021, 8:28 AM
ldionne added inline comments.
libcxx/utils/ci/Dockerfile
47

Please insert a newline between 47 and 46.

This revision is now accepted and ready to land.Oct 6 2021, 8:28 AM
This revision was landed with ongoing or failed builds.Oct 7 2021, 1:24 AM
This revision was automatically updated to reflect the committed changes.