Skip to content

Commit

Permalink
Install lit in script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Feb 1, 2024
1 parent 4199f18 commit caf5ce7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_tools/pkgci/build_tests_using_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ set -euo pipefail
PACKAGE_DIR="$1"
TEST_BUILD_DIR="${TEST_BUILD_DIR:-build-tests}"
# LLVM_EXTERNAL_LIT="${LLVM_EXTERNAL_LIT:-$PWD/third_party/llvm-project/llvm/utils/lit/lit.py}"
python -m pip install lit
LLVM_EXTERNAL_LIT="${LLVM_EXTERNAL_LIT:-$(which lit)}"

# Respect user settings, but default to turning off all GPU drivers and tests.
Expand Down

0 comments on commit caf5ce7

Please sign in to comment.