[PATCH] D95604: Explicitly use python3 for lit sandbox
Oliver Stannard (Linaro) via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 29 02:11:00 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rZORG2d096eb6dc44: Explicitly use python3 for lit sandbox (authored by ostannard).
Repository:
rZORG LLVM Github Zorg
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95604/new/
https://reviews.llvm.org/D95604
Files:
zorg/buildbot/builders/ClangBuilder.py
Index: zorg/buildbot/builders/ClangBuilder.py
===================================================================
--- zorg/buildbot/builders/ClangBuilder.py
+++ zorg/buildbot/builders/ClangBuilder.py
@@ -532,7 +532,7 @@
workdir='test',
env=env))
f.addStep(ShellCommand(name='recreate sandbox',
- command=['virtualenv', 'sandbox'],
+ command=['virtualenv', '--python=python3', 'sandbox'],
haltOnFailure=True,
description='recreating sandbox',
workdir='test',
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95604.320080.patch
Type: text/x-patch
Size: 687 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210129/584ab172/attachment.bin>
More information about the llvm-commits
mailing list