]> git.lizzy.rs Git - rust.git/commitdiff
Revert "Temporarily disable dist-ing RLS, Rustfmt and Clippy."
authorkennytm <kennytm@gmail.com>
Thu, 22 Mar 2018 09:52:57 +0000 (17:52 +0800)
committerkennytm <kennytm@gmail.com>
Thu, 22 Mar 2018 14:43:56 +0000 (22:43 +0800)
This reverts commit 9f792e199bc53a75afdad72547a151a0bc86ec5d.

src/ci/run.sh

index afa6d1fa0aea5e9d38aaecf67617dc3194528607..e3f38e4834a92dcf86643532ed9df5930b66fa87 100755 (executable)
@@ -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"