Skip to content

Commit

Permalink
show less verbose log
Browse files Browse the repository at this point in the history
  • Loading branch information
AshburnLee committed Sep 23, 2024
1 parent 74dc4a2 commit 84061fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compile-triton.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ build_triton() {

cd python
# Install triton and its dependencies.
pip install -vvv -e '.[build,tests]'
pip install -v -e '.[build,tests]'

# Copy compile_commands.json in the build directory (so that cland vscode plugin can find it).
cp $(find $TRITON_PROJ_BUILD -name compile_commands.json) $TRITON_PROJ/
Expand Down

0 comments on commit 84061fc

Please sign in to comment.