Skip to content

Commit a4bc859

Browse files
committed
Revert "Temporarily disable dist-ing RLS, Rustfmt and Clippy."
This reverts commit 9f792e1.
1 parent d54f74e commit a4bc859

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/ci/run.sh

+1-9
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,7 @@ fi
105105
travis_fold end log-system-info
106106

107107
if [ ! -z "$SCRIPT" ]; then
108-
# FIXME(#49246): Re-enable these tools after #49246 has been merged and thus fixing the cache.
109-
if [ "$DEPLOY_ALT" = 1 ]; then
110-
sh -x -c "$SCRIPT \
111-
--exclude src/tools/rls \
112-
--exclude src/tools/rustfmt \
113-
--exclude src/tools/clippy"
114-
else
115-
sh -x -c "$SCRIPT"
116-
fi
108+
sh -x -c "$SCRIPT"
117109
else
118110
do_make() {
119111
travis_fold start "make-$1"

0 commit comments

Comments
 (0)