We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ae06e commit cad1014Copy full SHA for cad1014
scripts/travis/install.sh
@@ -41,10 +41,6 @@ build --curses=no
41
build --color=no
42
build --show_timestamps
43
44
-# Profiling
45
-build --profile /tmp/bazelprofile
46
-test --profile /tmp/bazelprofile
47
-
48
EOM
49
50
scripts/travis/script.sh
@@ -39,7 +39,6 @@ if [[ ! -z "$BZL" ]]; then
39
else
40
timeout 40m bazel $BZL
fi
- bazel analyze-profile /tmp/bazelprofile
if [[ ! -z "$NPM" ]]; then
0 commit comments