[PATCH] D83990: [test-release] fallback to py3's venv module
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 17 09:36:40 PDT 2020
hans added inline comments.
================
Comment at: llvm/utils/release/test-release.sh:503
# we do the full 3 stage build.
if [ $do_test_suite = "yes" ]; then
SandboxDir="$BuildDir/sandbox"
----------------
I think this would be a better place to set up ${venv} (more related to test-suite) than in export_sources()
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83990/new/
https://reviews.llvm.org/D83990
More information about the llvm-commits
mailing list