about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-04-12 05:26:10 +0000
committerbors <bors@rust-lang.org>2017-04-12 05:26:10 +0000
commit8c6e2ff45248dde631ff93f6fc21049dbafd5cba (patch)
treeed124cc3405275ab7c6cb3b88365efb2184943d3 /src/ci
parentda32752d92589e99feab80921b9eecb6090cf310 (diff)
parent13d008d1e8b671e78c92e61b42ae7b82f5736121 (diff)
downloadrust-8c6e2ff45248dde631ff93f6fc21049dbafd5cba.tar.gz
rust-8c6e2ff45248dde631ff93f6fc21049dbafd5cba.zip
Auto merge of #40584 - nrc:rls-submod, r=alexcrichton
Add the RLS as a submodule and build a package out of it

r? @brson (and cc @alexcrichton) Please review closely, I am not at all convinced I've done the right things here. I did run `x.py dist` and it makes an rls package which looks right to my eyes, but I haven't tested on non-linux platforms nor am I really sure what it should look like.

This does not attempt to run tests for the RLS yet.
Diffstat (limited to 'src/ci')
-rwxr-xr-xsrc/ci/run.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ci/run.sh b/src/ci/run.sh
index 6c6a49ada15..c6510120b47 100755
--- a/src/ci/run.sh
+++ b/src/ci/run.sh
@@ -42,7 +42,6 @@ fi
 if [ "$DEPLOY$DEPLOY_ALT" != "" ]; then
   RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --release-channel=nightly"
   RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-static-stdcpp"
-  RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-save-analysis"
 
   if [ "$NO_LLVM_ASSERTIONS" = "1" ]; then
     RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --disable-llvm-assertions"