Skip to content

Commit

Permalink
Revert "Temporarily disable dist-ing RLS, Rustfmt and Clippy."
Browse files Browse the repository at this point in the history
This reverts commit 9f792e1.
  • Loading branch information
kennytm committed Mar 22, 2018
1 parent d54f74e commit a4bc859
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/ci/run.sh
Expand Up @@ -105,15 +105,7 @@ fi
travis_fold end log-system-info

if [ ! -z "$SCRIPT" ]; then
# FIXME(#49246): Re-enable these tools after #49246 has been merged and thus fixing the cache.
if [ "$DEPLOY_ALT" = 1 ]; then
sh -x -c "$SCRIPT \
--exclude src/tools/rls \
--exclude src/tools/rustfmt \
--exclude src/tools/clippy"
else
sh -x -c "$SCRIPT"
fi
sh -x -c "$SCRIPT"
else
do_make() {
travis_fold start "make-$1"
Expand Down

0 comments on commit a4bc859

Please sign in to comment.