Skip to content

Commit

Permalink
Try to use Python from conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
kkraus14 committed Feb 15, 2025
1 parent 93ca63a commit 6dd4ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ if [[ "$CONDA_BUILD_CROSS_COMPILATION" != "1" ]]; then
ninja -j${CPU_COUNT} check-llvm

cd ../llvm/test
python ../../build/bin/llvm-lit -vv Transforms ExecutionEngine Analysis CodeGen/X86
$PREFIX/bin/python ../../build/bin/llvm-lit -vv Transforms ExecutionEngine Analysis CodeGen/X86
fi

0 comments on commit 6dd4ba3

Please sign in to comment.