This is an archive of the discontinued LLVM Phabricator instance.

test-release.sh: Kill python2
ClosedPublic

Authored by rovka on Jul 28 2021, 3:18 AM.

Details

Summary

Don't prefer python2's virtualenv when setting up the test-suite.
Always use python3 instead, since that's what we require everywhere else
anyway.

Diff Detail

Event Timeline

rovka requested review of this revision.Jul 28 2021, 3:18 AM
rovka created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJul 28 2021, 3:18 AM
tstellar accepted this revision.Jul 28 2021, 6:59 AM

LGTM. Can you also backport this to the release/13.x branch?

This revision is now accepted and ready to land.Jul 28 2021, 6:59 AM
This revision was automatically updated to reflect the committed changes.
rovka added a comment.Jul 29 2021, 1:32 AM

Sure, done :)