Skip to content

Commit 98ba339

Browse files
committed
Temporarily disable dist-ing RLS, Rustfmt and Clippy.
Unfortunately we don't have sufficient time to rebuild the cache *and* distribute everything in `dist-x86_64-linux alt`, the debug assertions are really slow. We will re-enable them after the PR has been successfully merged, thus successfully updating the cache (freeing up 40 minutes), giving us enough time to build these tools.
1 parent 56a19a9 commit 98ba339

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ci/run.sh

+4
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ 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+
SCRIPT="$SCRIPT" --exclude src/tools/rls --exclude src/tools/rustfmt --exclude src/tools/clippy
111+
fi
108112
sh -x -c "$SCRIPT"
109113
else
110114
do_make() {

0 commit comments

Comments
 (0)