Skip to content

Commit

Permalink
[tasktool] Install default lit from pip
Browse files Browse the repository at this point in the history
For some reason, even though lit is *installed*, it doesn't actually work when
you install the latest version via pip.

For the sake of keeping any LNT-based bots green, let's just use the lit that
you can get off pip. We were using a stale version for months anyway, so
it's not like we're making anything objectively worse.
  • Loading branch information
Jessica Paquette committed Dec 19, 2019
1 parent f0d5851 commit 5d9ac9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks/utils/venv_lit.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
echo "@@@ Install VirtualEnv Lit @@@"
svn checkout -q --trust-server-cert-failures=unknown-ca --non-interactive https://github.com/llvm/llvm-project/trunk/llvm/utils/lit/ lit-src
. "${TASKDIR}"/utils/pip_install.sh lit-src/
. "${TASKDIR}"/utils/pip_install.sh lit
echo "@@@@@@"

0 comments on commit 5d9ac9c

Please sign in to comment.