This is an archive of the discontinued LLVM Phabricator instance.

test-release.sh: Remove test-suite from LLVM_ENABLE_PROJECTS
ClosedPublic

Authored by rovka on Feb 9 2022, 1:30 AM.

Details

Summary

I think this was just being ignored before, but now it crashes because
we're checking if the projects that we're trying to enable are valid.
There is no test-suite project (it's a separate repo with separate
handling), so we should never try to enable it.

Diff Detail

Event Timeline

rovka requested review of this revision.Feb 9 2022, 1:30 AM
rovka created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 9 2022, 1:30 AM
tstellar accepted this revision.Feb 9 2022, 7:09 PM

LGTM. Can you cherry-pick this to the release/14.x branch after you commit to main.

This revision is now accepted and ready to land.Feb 9 2022, 7:09 PM
This revision was landed with ongoing or failed builds.Feb 10 2022, 12:29 AM
This revision was automatically updated to reflect the committed changes.