diff options
| author | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2019-01-28 19:22:55 +0100 |
|---|---|---|
| committer | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2019-01-28 19:22:55 +0100 |
| commit | a015f7f61ffba8ef2ea53320de8f3a6cd53561fe (patch) | |
| tree | 68fb8f1b5071caf05907ed9472b30a3397ffe471 /src/ci | |
| parent | 975eb312eff3f8e3453e1836995e485b5086515d (diff) | |
| download | rust-a015f7f61ffba8ef2ea53320de8f3a6cd53561fe.tar.gz rust-a015f7f61ffba8ef2ea53320de8f3a6cd53561fe.zip | |
Fix CI
Diffstat (limited to 'src/ci')
| -rwxr-xr-x | src/ci/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/run.sh b/src/ci/run.sh index b0e1b165105..42d0d7db596 100755 --- a/src/ci/run.sh +++ b/src/ci/run.sh @@ -82,7 +82,7 @@ fi SCCACHE_IDLE_TIMEOUT=10800 sccache --start-server || true if [ "$RUN_CHECK_WITH_PARALLEL_QUERIES" != "" ]; then - $SRC/configure --enable-experimental-parallel-queries + $SRC/configure --enable-parallel-compiler CARGO_INCREMENTAL=0 python2.7 ../x.py check rm -f config.toml rm -rf build |
