Jump to nightly-2019-10-03 (#6233)
* Reduce what gets build for coverage to avoid OoM with nightly 2019-10-03 * Update nightly to 2019-10-03
This commit is contained in:
parent
d25576f8ef
commit
cf3bbc09b6
|
@ -1,4 +1,4 @@
|
|||
FROM solanalabs/rust
|
||||
FROM solanalabs/rust:1.38.0
|
||||
ARG date
|
||||
|
||||
RUN set -x \
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#
|
||||
|
||||
stable_version=1.38.0
|
||||
nightly_version=2019-09-25
|
||||
nightly_version=2019-10-03
|
||||
|
||||
export rust_stable="$stable_version"
|
||||
export rust_stable_docker_image=solanalabs/rust:"$stable_version"
|
||||
|
|
|
@ -37,8 +37,6 @@ rm -rf target/cov/$reportName
|
|||
|
||||
source ci/rust-version.sh nightly
|
||||
# shellcheck disable=SC2086 #
|
||||
_ cargo +$rust_nightly build --tests --bins --target-dir target/cov $crate
|
||||
# shellcheck disable=SC2086 #
|
||||
_ cargo +$rust_nightly test --target-dir target/cov --lib $crate
|
||||
|
||||
echo "--- grcov"
|
||||
|
|
Loading…
Reference in New Issue