Skip to content

Commit ecb44ba

Browse files
author
Yijie Shen
committed
Use Rust nightly in docker for integration test
1 parent 05d5f01 commit ecb44ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/docker/ballista-base.dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,6 @@ RUN cargo install cargo-build-deps
9696

9797
# prepare toolchain
9898
RUN rustup update && \
99+
rustup toolchain install nightly-2021-05-10 && \
100+
rustup default nightly-2021-05-10 && \
99101
rustup component add rustfmt

0 commit comments

Comments
 (0)