Skip to content

Commit cad1014

Browse files
committed
Stop profiling bazel on travis
1 parent 85ae06e commit cad1014

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

scripts/travis/install.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ build --curses=no
4141
build --color=no
4242
build --show_timestamps
4343
44-
# Profiling
45-
build --profile /tmp/bazelprofile
46-
test --profile /tmp/bazelprofile
47-
4844
EOM
4945

5046

scripts/travis/script.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ if [[ ! -z "$BZL" ]]; then
3939
else
4040
timeout 40m bazel $BZL
4141
fi
42-
bazel analyze-profile /tmp/bazelprofile
4342
fi
4443

4544
if [[ ! -z "$NPM" ]]; then

0 commit comments

Comments
 (0)