Revert "Temporarily disable dist-ing RLS, Rustfmt and Clippy."
This reverts commit 9f792e199b.
This commit is contained in:
parent
d54f74ea0a
commit
a4bc859011
1 changed files with 1 additions and 9 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue