This is an archive of the discontinued LLVM Phabricator instance.

[solaris] Explicitly opt out of the runtimes build
ClosedPublic

Authored by DavidSpickett on Mar 21 2023, 5:57 AM.

Details

Summary

As described in https://github.com/llvm/llvm-project/issues/54196
and https://github.com/llvm/llvm-project/issues/57781, there are
ongoing issues with the runtimes build for Solaris and others.

This patch does not change what these bots do, just makes it explicit
so that when the default switches in future they are not effected.

Diff Detail

Event Timeline

DavidSpickett created this revision.Mar 21 2023, 5:57 AM
Herald added a project: Restricted Project. · View Herald Transcript
DavidSpickett requested review of this revision.Mar 21 2023, 5:57 AM

If anyone needs to figure out why these opt out, I hope a git blame and reading the commit message will be enough info. Let me know if I should include anything else.

ro accepted this revision.Mar 22 2023, 7:14 AM

LGTM, thanks.

This revision is now accepted and ready to land.Mar 22 2023, 7:14 AM