File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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
2424 gpg-agent
2525
2626RUN 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'
2828
2929WORKDIR /tmp
3030COPY dist-various-2/shared.sh /tmp/
Original file line number Diff line number Diff line change 1212# source tarball for a stable release you'll likely see `1.x.0` for rustc and
1313# `0.x.0` for Cargo where they were released on `date`.
1414
15- date: 2019-05-20
15+ date: 2019-05-23
1616rustc: 1.35.0
1717cargo: 0.36.0
1818
@@ -34,4 +34,4 @@ cargo: 0.36.0
3434# looking at a beta source tarball and it's uncommented we'll shortly comment it
3535# out.
3636
37- dev: 1
37+ # dev: 1
You can’t perform that action at this time.
0 commit comments