diff options
| author | bors <bors@rust-lang.org> | 2017-04-12 05:26:10 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-04-12 05:26:10 +0000 |
| commit | 8c6e2ff45248dde631ff93f6fc21049dbafd5cba (patch) | |
| tree | ed124cc3405275ab7c6cb3b88365efb2184943d3 /src/ci | |
| parent | da32752d92589e99feab80921b9eecb6090cf310 (diff) | |
| parent | 13d008d1e8b671e78c92e61b42ae7b82f5736121 (diff) | |
| download | rust-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-x | src/ci/run.sh | 1 |
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" |
