File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN apt-get update && apt-get build-dep -y clang llvm && apt-get install -y --no
24
24
gpg-agent
25
25
26
26
RUN apt-key adv --batch --yes --keyserver keyserver.ubuntu.com --recv-keys 74DA7924C5513486
27
- RUN add-apt-repository -y 'deb http://apt.dilos.org/dilos dilos2-testing main'
27
+ RUN add-apt-repository -y 'deb http://apt.dilos.org/dilos dilos2 main'
28
28
29
29
WORKDIR /tmp
30
30
COPY dist-various-2/shared.sh /tmp/
Original file line number Diff line number Diff line change 12
12
# source tarball for a stable release you'll likely see `1.x.0` for rustc and
13
13
# `0.x.0` for Cargo where they were released on `date`.
14
14
15
- date: 2019-05-20
15
+ date: 2019-05-23
16
16
rustc: 1.35.0
17
17
cargo: 0.36.0
18
18
@@ -34,4 +34,4 @@ cargo: 0.36.0
34
34
# looking at a beta source tarball and it's uncommented we'll shortly comment it
35
35
# out.
36
36
37
- dev: 1
37
+ # dev: 1
You can’t perform that action at this time.
0 commit comments