Skip to content

Commit

Permalink
(temporary) Fix compilation error on rocket_codegen
Browse files Browse the repository at this point in the history
rwf2/Rocket#660

remember to go back to normal nightly asap
  • Loading branch information
maelvls committed Jun 15, 2018
1 parent 7a86d6e commit 24724e8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion touist-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
FROM rust:latest

# TEMPORARY: to be removed as soon as
# https://github.com/SergioBenitez/Rocket/issues/660 is solved.
RUN rustup default nightly-2018-06-09

# IMPORTANT: if the build fails because of some error more or less
# linked to the fact we are using the nightly: first, try to build
# without cache so that the latest rustc compiler is downloaded.
# docker build . --no-cache
RUN rustup default nightly
# RUN rustup default nightly
WORKDIR /usr/src/app

# These steps are here only in order to cache the dependencies in docker.

0 comments on commit 24724e8

Please sign in to comment.